From 8978b3e48bdc85d29ae67af22fa5ccf3b22368c5 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 12 Nov 2008 03:59:16 +0000 Subject: [PATCH] (No version change) Changed order in help menu, made D alphabetical, I missed that one... --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 75e0925..f0a10aa 100755 --- a/inxi +++ b/inxi @@ -641,9 +641,9 @@ show_options() print_screen_output " Supported schemes: 0-$color_scheme_count Example: $SCRIPT_NAME -c 11" print_screen_output "-C Show full CPU output, including per CPU clockspeed." print_screen_output "-d Default output verbosity level, same as: $SCRIPT_NAME -v 1" + 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." print_screen_output "-F Show Full, all possible, output for $SCRIPT_NAME." - print_screen_output "-D Show full hard disk info, not only model, ie: /dev/sda ST380817AS 80.0GB." print_screen_output "-G Show graphic card information (+ glx driver and version for non free video drivers)." print_screen_output "-I Show information: processes, uptime, memory, irc client, inxi version." print_screen_output "-N Show network card information."