From 336b27e1274c306ef297f8dbf099ca948bbe7c11 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 13 Feb 2010 01:39:53 +0000 Subject: [PATCH] fixed error 7 message --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index b1141bc..dd0f5c7 100755 --- a/inxi +++ b/inxi @@ -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 $SCRIPT_PATH/$SCRIPT_NAME" ;;