cleaned up error message for -t

This commit is contained in:
inxi-svn 2010-02-13 01:35:59 +00:00
parent bc1795809c
commit 41d501a798

2
inxi
View file

@ -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."
;;
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: $@"
set -- 99