From 41d501a7984b15f7ed59b24c8748fb6341717b6a Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 13 Feb 2010 01:35:59 +0000 Subject: [PATCH] cleaned up error message for -t --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 3d49270..b1141bc 100755 --- a/inxi +++ b/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." ;; 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