From 5df28d48a6f6dcc84a84f18eba39dacae0279f11 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 20 Jun 2011 01:18:26 +0000 Subject: [PATCH] fixed help menu to show new F output --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index a0f3b2a..efb0bca 100755 --- a/inxi +++ b/inxi @@ -2083,8 +2083,8 @@ show_options() print_screen_output "-d Shows optical drive data. Same as -Dd. With -x, adds features line to output. -xx adds a few more features." print_screen_output "-D Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB." print_screen_output "-f Show all cpu flags used, not just the short list. Not shown with -F to avoid spamming." - print_screen_output "-F Show Full output for $SCRIPT_NAME. Includes all Upper Case line letters, plus -s, -d (short form), and -n." - print_screen_output " Does not show extra verbose options like -f -u -l -o -p -t -r" + print_screen_output "-F Show Full output for $SCRIPT_NAME. Includes all Upper Case line letters, plus -s and -n." + print_screen_output " Does not show extra verbose options like -x -d -f -u -l -o -p -t -r unless you use that argument." print_screen_output "-G Show Graphic card information (card, x type, resolution, glx renderer, version)." print_screen_output "-i Show Wan IP address, and shows local interfaces (requires ifconfig network tool). Same as -Nni" print_screen_output " Not shown with -F for user security reasons, you shouldn't paste your local/wan IP."