aboutsummaryrefslogtreecommitdiff
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
parent48a6773b3ae627a67ab7b191df0063dcefc3f470 (diff)
downloadbusybox-w32-1a89133caf043d553d866cd6e707e687e914a013.tar.gz
busybox-w32-1a89133caf043d553d866cd6e707e687e914a013.tar.bz2
busybox-w32-1a89133caf043d553d866cd6e707e687e914a013.zip
Markus Heidelberg writes:
* document --nicelevel in Config.in * usage: --verbose is the fancy option, not --quiet
-rw-r--r--debianutils/Config.in1
-rw-r--r--include/usage.h8
2 files changed, 5 insertions, 4 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
index 4ed00ddfa..8deb38f37 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -64,6 +64,7 @@ config FEATURE_START_STOP_DAEMON_FANCY
64 Support additional arguments. 64 Support additional arguments.
65 -o|--oknodo ignored since we exit with 0 anyway 65 -o|--oknodo ignored since we exit with 0 anyway
66 -v|--verbose 66 -v|--verbose
67 -N|--nicelevel N
67 68
68config FEATURE_START_STOP_DAEMON_LONG_OPTIONS 69config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
69 bool "Enable long options" 70 bool "Enable long options"
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 @@
3729 "\nOther:" \ 3729 "\nOther:" \
3730 USE_FEATURE_START_STOP_DAEMON_FANCY( \ 3730 USE_FEATURE_START_STOP_DAEMON_FANCY( \
3731 "\n -o,--oknodo Exit with status 0 if nothing is done" \ 3731 "\n -o,--oknodo Exit with status 0 if nothing is done" \
3732 "\n -q,--quiet Quiet" \
3733 ) \
3734 "\n -v,--verbose Verbose" \ 3732 "\n -v,--verbose Verbose" \
3735 ) \ 3733 ) \
3734 "\n -q,--quiet Quiet" \
3735 ) \
3736 SKIP_FEATURE_START_STOP_DAEMON_LONG_OPTIONS( \ 3736 SKIP_FEATURE_START_STOP_DAEMON_LONG_OPTIONS( \
3737 "\nProcess matching:" \ 3737 "\nProcess matching:" \
3738 "\n -u USERNAME|UID Match only this user's processes" \ 3738 "\n -u USERNAME|UID Match only this user's processes" \
@@ -3757,10 +3757,10 @@
3757 "\nOther:" \ 3757 "\nOther:" \
3758 USE_FEATURE_START_STOP_DAEMON_FANCY( \ 3758 USE_FEATURE_START_STOP_DAEMON_FANCY( \
3759 "\n -o Exit with status 0 if nothing is done" \ 3759 "\n -o Exit with status 0 if nothing is done" \
3760 "\n -q Quiet" \
3761 ) \
3762 "\n -v Verbose" \ 3760 "\n -v Verbose" \
3763 ) \ 3761 ) \
3762 "\n -q Quiet" \
3763 ) \
3764 3764
3765#define stat_trivial_usage \ 3765#define stat_trivial_usage \
3766 "[OPTION] FILE..." 3766 "[OPTION] FILE..."