Markus Heidelberg writes:
* document --nicelevel in Config.in * usage: --verbose is the fancy option, not --quiet
This commit is contained in:
parent
48a6773b3a
commit
1a89133caf
@ -64,6 +64,7 @@ config FEATURE_START_STOP_DAEMON_FANCY
|
||||
Support additional arguments.
|
||||
-o|--oknodo ignored since we exit with 0 anyway
|
||||
-v|--verbose
|
||||
-N|--nicelevel N
|
||||
|
||||
config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
|
||||
bool "Enable long options"
|
||||
|
@ -3729,10 +3729,10 @@
|
||||
"\nOther:" \
|
||||
USE_FEATURE_START_STOP_DAEMON_FANCY( \
|
||||
"\n -o,--oknodo Exit with status 0 if nothing is done" \
|
||||
"\n -q,--quiet Quiet" \
|
||||
) \
|
||||
"\n -v,--verbose Verbose" \
|
||||
) \
|
||||
"\n -q,--quiet Quiet" \
|
||||
) \
|
||||
SKIP_FEATURE_START_STOP_DAEMON_LONG_OPTIONS( \
|
||||
"\nProcess matching:" \
|
||||
"\n -u USERNAME|UID Match only this user's processes" \
|
||||
@ -3757,10 +3757,10 @@
|
||||
"\nOther:" \
|
||||
USE_FEATURE_START_STOP_DAEMON_FANCY( \
|
||||
"\n -o Exit with status 0 if nothing is done" \
|
||||
"\n -q Quiet" \
|
||||
) \
|
||||
"\n -v Verbose" \
|
||||
) \
|
||||
"\n -q Quiet" \
|
||||
) \
|
||||
|
||||
#define stat_trivial_usage \
|
||||
"[OPTION] FILE..."
|
||||
|
Loading…
Reference in New Issue
Block a user