diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-01 10:00:46 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-01 10:00:46 +0000 |
commit | 7987a1844b2fdf2e8086d1e723fbcfab20defb96 (patch) | |
tree | fdee7d81d53804f1446eb11edf4e879676065ef0 /include | |
parent | 3bb2bbd68419ce4e777a89bf43ea7e5781dd787f (diff) | |
download | busybox-w32-7987a1844b2fdf2e8086d1e723fbcfab20defb96.tar.gz busybox-w32-7987a1844b2fdf2e8086d1e723fbcfab20defb96.tar.bz2 busybox-w32-7987a1844b2fdf2e8086d1e723fbcfab20defb96.zip |
ssd: do not stat -x EXECUTABLE, it is not needed anymore
ssd: use PATH
ssd: fix -a without -x case
ssd: fix help text
ssd: CLOSE_EXTRA_FDS in MMU case too
ssd: add testsuite
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 d7bc018a5..f9a993a21 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3638,9 +3638,7 @@ | |||
3638 | "$ cat TODO | split -a 2 -l 2 TODO_\n" | 3638 | "$ cat TODO | split -a 2 -l 2 TODO_\n" |
3639 | 3639 | ||
3640 | #define start_stop_daemon_trivial_usage \ | 3640 | #define start_stop_daemon_trivial_usage \ |
3641 | "[OPTIONS] [" \ | 3641 | "[OPTIONS] [-S|-K] ... [-- arguments...]" |
3642 | USE_GETOPT_LONG("--start|--stop") SKIP_GETOPT_LONG("-S|-K") \ | ||
3643 | "] ... [-- arguments...]" | ||
3644 | #define start_stop_daemon_full_usage "\n\n" \ | 3642 | #define start_stop_daemon_full_usage "\n\n" \ |
3645 | "Search for matching processes, and then\n" \ | 3643 | "Search for matching processes, and then\n" \ |
3646 | "-S: stop all matching processes.\n" \ | 3644 | "-S: stop all matching processes.\n" \ |