mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
more help cleanup
This commit is contained in:
parent
78b2521812
commit
041b00f5b9
2
inxi
2
inxi
|
@ -1879,7 +1879,7 @@ show_options()
|
||||||
print_screen_output " shows that number of processes for each type (default: $PS_COUNT; if in irc, max: 5): -t cm10"
|
print_screen_output " shows that number of processes for each type (default: $PS_COUNT; if in irc, max: 5): -t cm10"
|
||||||
print_screen_output " Make sure to have no space between letters and numbers (-t cm10 -right, -t cm 10 -wrong)."
|
print_screen_output " Make sure to have no space between letters and numbers (-t cm10 -right, -t cm 10 -wrong)."
|
||||||
print_screen_output "-u Show partition UUIDs. Default: short partition -P. For full -p output, use: -pu (or -plu)."
|
print_screen_output "-u Show partition UUIDs. Default: short partition -P. For full -p output, use: -pu (or -plu)."
|
||||||
print_screen_output "-v Script verbosity levels. Verbosity level number is required."
|
print_screen_output "-v Script verbosity levels. Verbosity level number is required. Should not be used with -b or -F"
|
||||||
print_screen_output " Supported levels: 0-${VERBOSITY_LEVELS} Example: $SCRIPT_NAME -v 4"
|
print_screen_output " Supported levels: 0-${VERBOSITY_LEVELS} Example: $SCRIPT_NAME -v 4"
|
||||||
print_screen_output " 0 - Short output, same as: $SCRIPT_NAME"
|
print_screen_output " 0 - Short output, same as: $SCRIPT_NAME"
|
||||||
print_screen_output " 1 - Basic verbose, same as: $SCRIPT_NAME -b"
|
print_screen_output " 1 - Basic verbose, same as: $SCRIPT_NAME -b"
|
||||||
|
|
Loading…
Reference in a new issue