diff --git a/inxi b/inxi index 9b96421..9e9ebee 100755 --- a/inxi +++ b/inxi @@ -522,7 +522,7 @@ 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 -s, -f, -x) require a verbosity level of 1 or higher." + print_screen_output "Note: all extra output options (eg -f, -H, -s, -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 Available color schemes. Scheme number is required." @@ -531,7 +531,7 @@ show_options() 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 "-h Show full hard disk info, not only model, ie: /dev/sda - ST380817AS - 80.0GB." + print_screen_output "-H Show full hard disk info, not only model, ie: /dev/sda - ST380817AS - 80.0GB." 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."