diff options
Diffstat (limited to 'bin/uri')
-rwxr-xr-x | bin/uri | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,7 +8,7 @@ use Getopt::Std (); use URI::Escape (); sub usage($fh) { - print $fh <<~'EOF' + print $fh <<~'EOF'; Usage: uri [-e|-d] [CONTENT...] uri -h @@ -16,7 +16,8 @@ sub usage($fh) { } sub help($fh) { - print $fh <<~'EOF' + print $fh <<~'EOF'; + Options: -e encode the string (the default action) |