From deab03146e11f00d0daae78e11591c9476293d3e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Apr 2023 07:21:54 -0300 Subject: bin/: Add trailing semicolor to Perl heredocs --- bin/uri | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/uri') 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) -- cgit v1.2.3