mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
help cleanup
This commit is contained in:
parent
d8ca861e30
commit
4e50a6d576
12
inxi
12
inxi
|
@ -1763,12 +1763,12 @@ show_options()
|
||||||
print_screen_output " prior to $SCRIPT_NAME starting which lets you set the config file value for the selection."
|
print_screen_output " prior to $SCRIPT_NAME starting which lets you set the config file value for the selection."
|
||||||
print_screen_output " Supported color schemes: 0-$color_scheme_count Example: $SCRIPT_NAME -c 11"
|
print_screen_output " Supported color schemes: 0-$color_scheme_count Example: $SCRIPT_NAME -c 11"
|
||||||
print_screen_output " Color selectors (NOTE: irc and global only show safe color set):"
|
print_screen_output " Color selectors (NOTE: irc and global only show safe color set):"
|
||||||
print_screen_output " 94 (console, no X)"
|
print_screen_output " 94 (console, no X)"
|
||||||
print_screen_output " 95 (terminal, X)"
|
print_screen_output " 95 (terminal, X)"
|
||||||
print_screen_output " 96 (irc, X)"
|
print_screen_output " 96 (irc, X)"
|
||||||
print_screen_output " 97 (irc, X, in terminal)"
|
print_screen_output " 97 (irc, X, in terminal)"
|
||||||
print_screen_output " 98 (irc, no X)"
|
print_screen_output " 98 (irc, no X)"
|
||||||
print_screen_output " 99 (global)"
|
print_screen_output " 99 (global)"
|
||||||
print_screen_output "-C Show full CPU output, including per CPU clockspeed."
|
print_screen_output "-C Show full CPU output, including per CPU clockspeed."
|
||||||
print_screen_output "-d Default output verbosity level, same as: $SCRIPT_NAME -v 1"
|
print_screen_output "-d Default output verbosity level, same as: $SCRIPT_NAME -v 1"
|
||||||
print_screen_output "-D Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB."
|
print_screen_output "-D Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB."
|
||||||
|
|
Loading…
Reference in a new issue