diff --git a/neofetch b/neofetch index 2c7be2d9..2e9a85a4 100755 --- a/neofetch +++ b/neofetch @@ -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