diff options
author | B. Watson <urchlay@slackware.uk> | 2023-05-19 04:55:17 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-05-19 04:55:17 -0400 |
commit | 877e164e9b9066b0ec8f807e674b11bfbab1f870 (patch) | |
tree | 03bacbf60e5c835d513b32adc079b1febaea4e7e /sbodl | |
parent | 2792b0092fe7a1feccc784da55be0b12df85ea75 (diff) | |
download | sbo-maintainer-tools-877e164e9b9066b0ec8f807e674b11bfbab1f870.tar.gz |
Cleanup part deux.
Diffstat (limited to 'sbodl')
-rwxr-xr-x | sbodl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ die() { # check for our one argument case "$1" in - -v|-?-version) echo $VERSION ; exit 0 ;; + -v|--version) echo $VERSION ; exit 0 ;; -h|--help|--doc) exec perldoc "$0" ;; --man) exec pod2man --stderr -s1 -csbo-maintainer-tools -r$VERSION "$0" ;; -f) FORCEDL="yes" ; shift ;; |