From 929bf70fb9015edd79a92c913d732bcd18016582 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 13 Feb 2010 04:47:06 +0000 Subject: [PATCH] help menu tweak --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index e1341cf..f9ab46d 100755 --- a/inxi +++ b/inxi @@ -1265,7 +1265,7 @@ show_options() print_screen_output "-S Show System information: host name, kernel, distro" print_screen_output "-t Show processes. Requires extra options: c (cpu) m (memory) cm (cpu+memory). If followed" print_screen_output " by numbers 1-20, shows that number of top process for each selection (default: $PS_COUNT): -t cm10" - print_screen_output " Make sure to have no space between letters and numbers (cm10 -right, cm 10 - wrong)." + print_screen_output " Make sure to have no space between letters and numbers (-t cm10 -right, -t cm 10 -wrong)." print_screen_output "-u Show partition UUIDs. Default: short partition -P. For full -p output, use: -pu (or -plu)." print_screen_output "-v Script verbosity levels. Verbosity level number is required." print_screen_output " Supported levels: 0-${VERBOSITY_LEVELS} Example: $SCRIPT_NAME -v 4"