diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-11 12:19:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-11 12:19:14 +0000 |
commit | dee8587d9208e4ea5ba8f8bb73b555007529372e (patch) | |
tree | 303d21aeec9e3922e296ecc9041598a87a79b554 /include | |
parent | f941306199d7cb00be68483169f202432a9a9a7d (diff) | |
download | busybox-w32-dee8587d9208e4ea5ba8f8bb73b555007529372e.tar.gz busybox-w32-dee8587d9208e4ea5ba8f8bb73b555007529372e.tar.bz2 busybox-w32-dee8587d9208e4ea5ba8f8bb73b555007529372e.zip |
Apply post-1.11.0 patches. Bump version to 1.11.1.
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index df8958060..ceac6d0af 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3637,9 +3637,7 @@ | |||
3637 | "$ cat TODO | split -a 2 -l 2 TODO_\n" | 3637 | "$ cat TODO | split -a 2 -l 2 TODO_\n" |
3638 | 3638 | ||
3639 | #define start_stop_daemon_trivial_usage \ | 3639 | #define start_stop_daemon_trivial_usage \ |
3640 | "[OPTIONS] [" \ | 3640 | "[OPTIONS] [-S|-K] ... [-- arguments...]" |
3641 | USE_GETOPT_LONG("--start|--stop") SKIP_GETOPT_LONG("-S|-K") \ | ||
3642 | "] ... [-- arguments...]" | ||
3643 | #define start_stop_daemon_full_usage "\n\n" \ | 3641 | #define start_stop_daemon_full_usage "\n\n" \ |
3644 | "Search for matching processes, and then\n" \ | 3642 | "Search for matching processes, and then\n" \ |
3645 | "-S: stop all matching processes.\n" \ | 3643 | "-S: stop all matching processes.\n" \ |