Updated comment explaining scriptHelp exit code
This commit is contained in:
parent
a00e6ee364
commit
87ab180b06
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user