aboutsummaryrefslogtreecommitdiff
path: root/bin/x
diff options
context:
space:
mode:
Diffstat (limited to 'bin/x')
-rwxr-xr-xbin/x4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/x b/bin/x
index 02c9e1e..70812f5 100755
--- a/bin/x
+++ b/bin/x
@@ -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: