diff options
Diffstat (limited to 'include/usage.h')
-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 d7bc018..f9a993a 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" \ |