mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
cleaned up error message for -t
This commit is contained in:
parent
bc1795809c
commit
41d501a798
2
inxi
2
inxi
|
@ -780,7 +780,7 @@ error_handler()
|
||||||
error_message="the svn branch download url: $2\nappears to be empty currently. Make sure there is an actual svn branch version\nactive before you try this again. Check http://code.google.com/p/inxi\nto verify the branch status."
|
error_message="the svn branch download url: $2\nappears to be empty currently. Make sure there is an actual svn branch version\nactive before you try this again. Check http://code.google.com/p/inxi\nto verify the branch status."
|
||||||
;;
|
;;
|
||||||
13)
|
13)
|
||||||
error_message="unsupported processes extra argument: $2\nMust be one of these: c m cm OR any of those + [1-20] "
|
error_message="The -t option requires the following extra arguments (no spaces between letters/numbers):\nc m cm [required], for example: -t cm8 OR -t cm OR -t c9\nYou entered: $2"
|
||||||
;;
|
;;
|
||||||
*) error_message="error unknown: $@"
|
*) error_message="error unknown: $@"
|
||||||
set -- 99
|
set -- 99
|
||||||
|
|
Loading…
Reference in a new issue