diff options
author | EuAndreh <eu@euandre.org> | 2023-04-05 16:21:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-05 16:21:34 -0300 |
commit | 2aba14698c74e48df6d3967aad574d96f5962e46 (patch) | |
tree | c2530f091cbdb2312676e1b3751fdc7e55c053eb /bin | |
parent | etc/guix/home.scm: Run GC in cronjob too (diff) | |
download | dotfiles-2aba14698c74e48df6d3967aad574d96f5962e46.tar.gz dotfiles-2aba14698c74e48df6d3967aad574d96f5962e46.tar.xz |
bin/htmlesc: Fix typo in help string
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/htmlesc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/htmlesc b/bin/htmlesc index 2655b74..c18610d 100755 --- a/bin/htmlesc +++ b/bin/htmlesc @@ -21,7 +21,7 @@ help() { CONTENT a literal string to be escaped - Convert data to/from HTML escaping. In CONTENT is not given, + Convert data to/from HTML escaping. If CONTENT is not given, get data from STDIN. |