From 32197e9e49d8bdf8924f85d29876fb3bc6a35d29 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 29 Apr 2016 17:45:51 +1000 Subject: [PATCH] Update usage --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) 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