tweaked error message for -t

This commit is contained in:
inxi-svn 2010-02-13 05:48:47 +00:00
parent 664bee7689
commit 05b5cef12c

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." 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="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="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\n(numbers: 1-20, > 5 throttled to 5 in irc clients) You entered: $2"
;; ;;
*) error_message="error unknown: $@" *) error_message="error unknown: $@"
set -- 99 set -- 99