aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-01 10:00:46 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-01 10:00:46 +0000
commit7987a1844b2fdf2e8086d1e723fbcfab20defb96 (patch)
treefdee7d81d53804f1446eb11edf4e879676065ef0 /include
parent3bb2bbd68419ce4e777a89bf43ea7e5781dd787f (diff)
downloadbusybox-7987a1844b2fdf2e8086d1e723fbcfab20defb96.tar.gz
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.h4
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 @@
"$ cat TODO | split -a 2 -l 2 TODO_\n"
#define start_stop_daemon_trivial_usage \
- "[OPTIONS] [" \
- USE_GETOPT_LONG("--start|--stop") SKIP_GETOPT_LONG("-S|-K") \
- "] ... [-- arguments...]"
+ "[OPTIONS] [-S|-K] ... [-- arguments...]"
#define start_stop_daemon_full_usage "\n\n" \
"Search for matching processes, and then\n" \
"-S: stop all matching processes.\n" \