aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-05-19 04:55:17 -0400
committerB. Watson <urchlay@slackware.uk>2023-05-19 04:55:17 -0400
commit877e164e9b9066b0ec8f807e674b11bfbab1f870 (patch)
tree03bacbf60e5c835d513b32adc079b1febaea4e7e
parent2792b0092fe7a1feccc784da55be0b12df85ea75 (diff)
downloadsbo-maintainer-tools-877e164e9b9066b0ec8f807e674b11bfbab1f870.tar.gz
Cleanup part deux.
-rwxr-xr-xsbodl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbodl b/sbodl
index 30c8773..94c2c4e 100755
--- a/sbodl
+++ b/sbodl
@@ -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 ;;