aboutsummaryrefslogtreecommitdiff
path: root/bin/uri
diff options
context:
space:
mode:
Diffstat (limited to 'bin/uri')
-rwxr-xr-xbin/uri5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/uri b/bin/uri
index ac3d8b8..ca26326 100755
--- a/bin/uri
+++ b/bin/uri
@@ -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)