]> arthur.barton.de Git - backup-script.git/blobdiff - bin/backup-status
backup-status: Use exit code 2 when displaying usage information
[backup-script.git] / bin / backup-status
index 13c651c7d75bd104c2d778b03ad8c7f267da4551..26cd0cff6c1551b6ad08910f424589b9a892b3cd 100755 (executable)
@@ -81,7 +81,7 @@ fi
 case "$1" in
     "-"*)
        echo "Usage: $NAME [-q] [<system> [<system> [...]]]"
-       exit 1
+       exit 2
        ;;
 esac