mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
tiny change in help menu for -t, new tarball, I think that's close to it now.
This commit is contained in:
parent
3a526c99ec
commit
88217d7c74
2
inxi
2
inxi
|
@ -2200,7 +2200,7 @@ show_options()
|
|||
print_screen_output "-S Show System information: host name, kernel, desktop environment (if in X), distro"
|
||||
print_screen_output "-t Show processes. Requires extra options: c (cpu) m (memory) cm (cpu+memory). If followed by numbers 1-20,"
|
||||
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 "-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"
|
||||
|
|
Loading…
Reference in a new issue