mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
Updated help menu to note this better
This commit is contained in:
parent
d611c88df5
commit
b8b87ed4bf
4
inxi
4
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."
|
||||
|
|
Loading…
Reference in a new issue