help menu tweak

This commit is contained in:
inxi-svn 2010-02-13 04:47:06 +00:00
parent 50e07be10b
commit 929bf70fb9

2
inxi
View file

@ -1265,7 +1265,7 @@ show_options()
print_screen_output "-S Show System information: host name, kernel, distro"
print_screen_output "-t Show processes. Requires extra options: c (cpu) m (memory) cm (cpu+memory). If followed"
print_screen_output " by numbers 1-20, shows that number of top process for each selection (default: $PS_COUNT): -t cm10"
print_screen_output " Make sure to have no space between letters and numbers (cm10 -right, 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."
print_screen_output " Supported levels: 0-${VERBOSITY_LEVELS} Example: $SCRIPT_NAME -v 4"