fixed error 7 message

This commit is contained in:
inxi-svn 2010-02-13 01:39:53 +00:00
parent 41d501a798
commit 336b27e127

2
inxi
View file

@ -764,7 +764,7 @@ error_handler()
;;
6) error_message="/proc not found! Quitting..."
;;
7) error_message="One of the options you entered in your script parameters: $2\nIs not supported. For supported options, check the help menu: $SCRIPT_NAME -h"
7) error_message="One of the options you entered in your script parameters: $2\nis not supported.The option may require extra arguments to work.\nFor supported options (and their arguments), check the help menu: $SCRIPT_NAME -h"
;;
8) error_message="the self-updater failed, wget exited with error: $2.\nYou probably need to be root.\nHint, to make for easy updates without being root, do: chown <user name> $SCRIPT_PATH/$SCRIPT_NAME"
;;