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