diff options
-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 ;; |