From 1347c67edf0f416e85391f127403e59eaefc99b4 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 1 Nov 2008 21:50:52 +0000 Subject: [PATCH] For usage, added verbosity level explanations, 0-5 currently. --- inxi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index d118f91..d910085 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.3.1 +#### version: 0.3.2 #### Date: November 1 2008 ######################################################################## #### inxi is a fork of infobash, the original bash sys info script by locsmif @@ -496,6 +496,11 @@ show_options() print_screen_output " must be root to update, otherwise user is fine." print_screen_output "-v Script verbosity levels. Verbosity level number is required." print_screen_output " Supported levels: 0-${VERBOSITY_LEVELS} Example: $SCRIPT_NAME -v 4" + print_screen_output " 0 - short output, same as using nothing: $SCRIPT_NAME" + print_screen_output " 1 - basic verbose, same as: $SCRIPT_NAME -d" + print_screen_output " 2,3 - Show networking card data; Show hard disk names as detected." + print_screen_output " 4 - Show partition size/filled data for (if present):/, /home, /var/, /boot" + print_screen_output " 5 - For multicore systems, show per core clock speeds." print_screen_output "-V $SCRIPT_NAME version information. Prints information then exits." print_screen_output "" }