From 0727c80bea1a549c8d028dd0bff687ffc3c9a6a2 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 18 Aug 2015 12:24:16 +0200 Subject: [PATCH] backup-status: Use exit code 2 when displaying usage information --- bin/backup-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/backup-status b/bin/backup-status index 13c651c..26cd0cf 100755 --- a/bin/backup-status +++ b/bin/backup-status @@ -81,7 +81,7 @@ fi case "$1" in "-"*) echo "Usage: $NAME [-q] [ [ [...]]]" - exit 1 + exit 2 ;; esac -- 2.39.2