From d324cb287d466db28ca548741ef32fcd125f359e Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 8 Nov 2008 06:08:55 +0000 Subject: [PATCH] Added help notes for -x --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 34d57de..6b3d226 100755 --- a/inxi +++ b/inxi @@ -534,7 +534,7 @@ show_options() print_screen_output " 4 - Also show partition size/filled data for (if present):/, /home, /var/, /boot" print_screen_output " 5 - For multicore systems, also show per core clock speeds." print_screen_output "-V $SCRIPT_NAME version information. Prints information then exits." - print_screen_output "-x Show extra data, for example bogomips on cpu output." + print_screen_output "-x Show extra data: bogomips on cpu; full hard disk info with -v3 or greater." rint_screen_output "" }