aboutsummaryrefslogtreecommitdiff
path: root/sbodl
diff options
context:
space:
mode:
Diffstat (limited to 'sbodl')
-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 ;;