diff options
| author | EuAndreh <eu@euandre.org> | 2023-04-12 07:21:54 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-04-12 07:21:54 -0300 |
| commit | deab03146e11f00d0daae78e11591c9476293d3e (patch) | |
| tree | 71676aca45ae6b798faa1efca73fc8091b2d6518 /bin/nato | |
| parent | bin/htmlesc: Use "'" over "'" (diff) | |
| download | dotfiles-deab03146e11f00d0daae78e11591c9476293d3e.tar.gz dotfiles-deab03146e11f00d0daae78e11591c9476293d3e.tar.xz | |
bin/: Add trailing semicolor to Perl heredocs
Diffstat (limited to '')
| -rwxr-xr-x | bin/nato | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ no warnings ('experimental::signatures'); use Getopt::Std (); sub usage($fh) { - print $fh <<~'EOF' + print $fh <<~'EOF'; Usage: nato nato -h @@ -15,7 +15,7 @@ sub usage($fh) { } sub help($fh) { - print $fh <<~'EOF' + print $fh <<~'EOF'; Options: -h, --help show this message |
