From e5de0b84e64fdf7ecf7660cf0c3db72900b4ddec Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Sat, 24 Jun 2017 18:30:57 -0700 Subject: [PATCH] also fixed help menu, oops --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index d6e4c3d..f5a4d40 100755 --- a/inxi +++ b/inxi @@ -3119,7 +3119,7 @@ show_options() print_lines_basic "1" "-D" "Full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB. See also -x and -xx. Disk total used percentage includes swap partition size(s)." print_lines_basic "1" "-f" "All cpu flags, triggers -C. Not shown with -F to avoid spamming. ARM cpus show 'features'." print_lines_basic "1" "-F" "Full output for $SCRIPT_NAME. Includes all Upper Case line letters, plus -s and -n. Does not show extra verbose options like -d -f -l -m -o -p -r -t -u -x" - print_lines_basic "1" "-G" "Graphic card information (card, display server type/version, resolution, renderer, OpenGL core profile version)." + print_lines_basic "1" "-G" "Graphic card information (card, display server type/version, resolution, renderer, OpenGL version)." print_lines_basic "1" "-i" "Wan IP address, and shows local interfaces (requires ifconfig network tool). Same as -Nni. Not shown with -F for user security reasons, you shouldn't paste your local/wan IP." print_lines_basic "1" "-I" "Information: processes, uptime, memory, irc client (or shell type), $SCRIPT_NAME version."