aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-26 15:14:56 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-26 15:14:56 +0000
commit1a89133caf043d553d866cd6e707e687e914a013 (patch)
tree01a1bfc82784bf367c40db6d1734c98c43900c53 /include/usage.h
parent48a6773b3ae627a67ab7b191df0063dcefc3f470 (diff)
downloadbusybox-1a89133caf043d553d866cd6e707e687e914a013.tar.gz
Markus Heidelberg writes:
* document --nicelevel in Config.in * usage: --verbose is the fancy option, not --quiet
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 24008deeb..d60ffef1b 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -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..."