Update usage

This commit is contained in:
Dylan 2016-04-29 17:45:51 +10:00
parent b48eb75bb1
commit 32197e9e49

View file

@ -2740,6 +2740,10 @@ usage () { cat << EOF
--config /path/to/config Specify a path to a custom config file
--config none Launch the script without a config file
--help Print this text and exit
--test Launch the script with all functions / options enabled.
This should only be used for testing purposes, ie Travis.CI.
-v Display error messages.
-vv Display a verbose log for error reporting.
EOF
exit 1