diff options
Diffstat (limited to 'bin/x')
-rwxr-xr-x | bin/x | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ no warnings ('experimental::signatures', 'experimental::smartmatch'); use Getopt::Std (); sub usage($fh) { - print $fh <<~'EOF' + print $fh <<~'EOF'; Usage: x COMMANDS... [ '&&' / '||' / '|' ] COMMANDS... x COMMANDS... [ 'AND' / 'OR' / 'PIPE' ] COMMANDS... @@ -16,7 +16,7 @@ sub usage($fh) { } sub help($fh) { - print $fh <<~'EOF' + print $fh <<~'EOF'; Options: |