From e513666122c1fa3ac03d607ea145e1e142382129 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 9 Nov 2008 07:36:32 +0000 Subject: [PATCH] Fixed help menu bugs, forgot to have -s, sound card, and other errors. --- inxi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/inxi b/inxi index 868ceeb..80fd06c 100755 --- a/inxi +++ b/inxi @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 0.4.19 +#### version: 0.4.20 #### Date: November 8 2008 ######################################################################## #### inxi is a fork of infobash, the original bash sys info script by locsmif @@ -516,15 +516,16 @@ show_options() print_screen_output "$SCRIPT_NAME supports the following options. You can combine" print_screen_output "them, or list them one by one: Examples: $SCRIPT_NAME -v4 -c6 OR $SCRIPT_NAME -dc 6" - print_screen_output "Note: all extra output options (like -d, -f, -x) require a verbosity level of 1 or higher." - print_screen_output "In other words, they do not run if you do not use either -d or -v1 (or higher)" + print_screen_output "Note: all extra output options (like -s, -f, -x) require a verbosity level of 1 or higher." + print_screen_output "In other words, they only work if you use either -d or -v1 (or higher)" print_screen_output "- - - - - - - - - - - - - - - - - - - - - - - - - - - - -" - print_screen_output "-C Overrides defective or corrupted data." print_screen_output "-c Available color schemes. Scheme number is required." print_screen_output " Supported schemes: 0-$color_scheme_count Example: $SCRIPT_NAME -c 11" + print_screen_output "-C Overrides defective or corrupted data." print_screen_output "-d Default output verbosity level, same as: $SCRIPT_NAME -v 1" 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 "-s Show sound card information." print_screen_output "-U Autoupdate script. Note: if you installed as root, you" print_screen_output " must be root to update, otherwise user is fine." print_screen_output "-v Script verbosity levels. Verbosity level number is required."