From 87ab180b06bee47c7aa9eeed0c8ed909a5feea5f Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 19 Sep 2018 17:11:48 -0600 Subject: [PATCH] Updated comment explaining scriptHelp exit code --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index b9ca886..fdabebb 100755 --- a/backup.sh +++ b/backup.sh @@ -18,7 +18,7 @@ stamp="[`date +%Y-%m-%d` `date +%H:%M:%S`]" ### scriptHelp -- display usage information for this script function scriptHelp { echo "In the future, I will be something helpful!" - # exit with code 98 -- there is no use logging this + # exit with code 1 -- there is no use logging this exit 1 }