mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
fixed error 7 message
This commit is contained in:
parent
41d501a798
commit
336b27e127
2
inxi
2
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 <user name> $SCRIPT_PATH/$SCRIPT_NAME"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue