From c6188975d2da6c1696c4433f6fce8ae4c9a6ac38 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Apr 2023 08:15:20 -0300 Subject: bin/: Make help string more consistent across several executables --- bin/z | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/z') diff --git a/bin/z b/bin/z index 5c25550..ad3ca9b 100755 --- a/bin/z +++ b/bin/z @@ -13,7 +13,7 @@ use List::Util qw(any); sub usage($fh) { print $fh <<~'EOF'; Usage: - z COMMANDS... + z COMMAND... z -h EOF } @@ -25,6 +25,8 @@ sub help($fh) { Options: -h, --help show this message + COMMAND shell command to be wrapped + Wrapper that uncompresses file arguments to commands. This enables having commands that operate on plain files to not -- cgit v1.2.3