aboutsummaryrefslogtreecommitdiff
path: root/bin/uri
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-12 07:21:54 -0300
committerEuAndreh <eu@euandre.org>2023-04-12 07:21:54 -0300
commitdeab03146e11f00d0daae78e11591c9476293d3e (patch)
tree71676aca45ae6b798faa1efca73fc8091b2d6518 /bin/uri
parentbin/htmlesc: Use "&apos;" over "&#39;" (diff)
downloaddotfiles-deab03146e11f00d0daae78e11591c9476293d3e.tar.gz
dotfiles-deab03146e11f00d0daae78e11591c9476293d3e.tar.xz
bin/: Add trailing semicolor to Perl heredocs
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)