diff options
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" \ |