aboutsummaryrefslogtreecommitdiff
path: root/bin/z
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/z
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/z')
-rwxr-xr-xbin/z4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/z b/bin/z
index 30ce8ce..5c25550 100755
--- a/bin/z
+++ b/bin/z
@@ -11,7 +11,7 @@ use List::Util qw(any);
sub usage($fh) {
- print $fh <<~'EOF'
+ print $fh <<~'EOF';
Usage:
z COMMANDS...
z -h
@@ -19,7 +19,7 @@ sub usage($fh) {
}
sub help($fh) {
- print $fh <<~'EOF'
+ print $fh <<~'EOF';
Options: