diff options
-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. |