From 8b8dbd817ac2a77dc310ea81bdd625d110c4f5d6 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 10 Jun 2011 00:04:52 +0000 Subject: [PATCH] cleaned up -F option help item --- inxi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index 7e2a7a6..c1b3815 100755 --- a/inxi +++ b/inxi @@ -1855,7 +1855,8 @@ show_options() print_screen_output "-C Show full CPU output, including per CPU clockspeed." 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. Does not show extra verbose options like -f -u -l -o -p -t" + print_screen_output "-F Show Full output for $SCRIPT_NAME. Shows all Upper case lines, plus -s and -n." + print_screen_output " Does not show extra verbose options like -f -u -l -o -p -t -r" 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."