diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-09-26 11:40:41 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-09-26 11:40:41 -0400 |
commit | 5a182ff070218077f61c29b163dd85962cdabc81 (patch) | |
tree | a9bb9959ce0c8741a36a5a2d033b12bbfd6552eb /bin | |
parent | 989b16c71fd01c9d546a54e4155b5cd1bb8c2ee1 (diff) | |
download | spexmgr-5a182ff070218077f61c29b163dd85962cdabc81.tar.gz |
Add help option
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/spexmgr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spexmgr b/bin/spexmgr index 076b18b..8186fcd 100755 --- a/bin/spexmgr +++ b/bin/spexmgr @@ -161,7 +161,7 @@ usage() { echo "usage: $(basename $0) [-h] {command} [arg ...]" echo echo "Arguments:" - echo " --help this message" + echo " --help -h this message" echo echo "Commands:" echo " clean Removed cached packages/archives" |