From 62e0e35b795efb53bb6c15c1343969c6ced22f96 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 11 May 2012 17:33:35 +0000 Subject: [PATCH] help tweak, fixed -b and -v2 descriptions to note that they are close but not identical --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 955060a..156807c 100755 --- a/inxi +++ b/inxi @@ -2148,7 +2148,7 @@ show_options() print_screen_output "- - - - - - - - - - - - - - - - - - - - - - - - - - - - -" print_screen_output "Output Control Options:" print_screen_output "-A Show Audio/sound card information." - print_screen_output "-b Shows basic output, short form. Same as: $SCRIPT_NAME -v 2 except only hard disk capacity/used shows." + print_screen_output "-b Shows basic output, short form. Like $SCRIPT_NAME -v 2, only minus hard disk names." print_screen_output "-c Available color schemes. Scheme number is required. Color selectors run a color selector option" print_screen_output " prior to $SCRIPT_NAME starting which lets you set the config file value for the selection." print_screen_output " Supported color schemes: 0-$color_scheme_count Example: $SCRIPT_NAME -c 11" @@ -2195,7 +2195,7 @@ show_options() print_screen_output " 0 - Short output, same as: $SCRIPT_NAME" print_screen_output " 1 - Basic verbose, -S + basic CPU + -G + basic Disk + -I." print_screen_output " 2 - Adds networking card (-N), Machine (-M) data, shows basic hard disk data (names only)," - print_screen_output " and basic raid (devices only, and if inactive, notes that). Same as: $SCRIPT_NAME -b" + print_screen_output " and, if present, basic raid (devices only, and if inactive, notes that). similar to: $SCRIPT_NAME -b" print_screen_output " 3 - Adds advanced CPU (-C), network (-n) data, and switches on -x advanced data option." print_screen_output " 4 - Adds partition size/filled data (-P) for (if present):/, /home, /var/, /boot" print_screen_output " Shows full disk data (-D)."