summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/usage.h b/include/usage.h
index dcb6e344e..1165ad615 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3640,8 +3640,8 @@
3640 "[OPTIONS] [-S|-K] ... [-- arguments...]" 3640 "[OPTIONS] [-S|-K] ... [-- arguments...]"
3641#define start_stop_daemon_full_usage "\n\n" \ 3641#define start_stop_daemon_full_usage "\n\n" \
3642 "Search for matching processes, and then\n" \ 3642 "Search for matching processes, and then\n" \
3643 "-S: stop all matching processes.\n" \ 3643 "-S: start a process unless a matching process is found.\n" \
3644 "-K: start a process unless a matching process is found.\n" \ 3644 "-K: stop all matching processes.\n" \
3645 USE_GETOPT_LONG( \ 3645 USE_GETOPT_LONG( \
3646 "\nProcess matching:" \ 3646 "\nProcess matching:" \
3647 "\n -u,--user USERNAME|UID Match only this user's processes" \ 3647 "\n -u,--user USERNAME|UID Match only this user's processes" \
@@ -3651,7 +3651,7 @@
3651 "\n in /proc/PID/cmdline" \ 3651 "\n in /proc/PID/cmdline" \
3652 "\n -p,--pidfile FILE Match a process with PID from the file" \ 3652 "\n -p,--pidfile FILE Match a process with PID from the file" \
3653 "\n All specified conditions must match" \ 3653 "\n All specified conditions must match" \
3654 "\n-K only:" \ 3654 "\n-S only:" \
3655 "\n -x,--exec EXECUTABLE Program to run" \ 3655 "\n -x,--exec EXECUTABLE Program to run" \
3656 "\n -a,--startas NAME Zeroth argument" \ 3656 "\n -a,--startas NAME Zeroth argument" \
3657 "\n -b,--background Background" \ 3657 "\n -b,--background Background" \
@@ -3660,7 +3660,7 @@
3660 ) \ 3660 ) \
3661 "\n -c,--chuid USER[:[GRP]] Change to user/group" \ 3661 "\n -c,--chuid USER[:[GRP]] Change to user/group" \
3662 "\n -m,--make-pidfile Write PID to the pidfile specified by -p" \ 3662 "\n -m,--make-pidfile Write PID to the pidfile specified by -p" \
3663 "\n-S only:" \ 3663 "\n-K only:" \
3664 "\n -s,--signal SIG Signal to send" \ 3664 "\n -s,--signal SIG Signal to send" \
3665 "\n -t,--test Match only, exit with 0 if a process is found" \ 3665 "\n -t,--test Match only, exit with 0 if a process is found" \
3666 "\nOther:" \ 3666 "\nOther:" \
@@ -3679,7 +3679,7 @@
3679 "\n command in /proc/PID/cmdline" \ 3679 "\n command in /proc/PID/cmdline" \
3680 "\n -p FILE Match a process with PID from the file" \ 3680 "\n -p FILE Match a process with PID from the file" \
3681 "\n All specified conditions must match" \ 3681 "\n All specified conditions must match" \
3682 "\n-K only:" \ 3682 "\n-S only:" \
3683 "\n -x EXECUTABLE Program to run" \ 3683 "\n -x EXECUTABLE Program to run" \
3684 "\n -a NAME Zeroth argument" \ 3684 "\n -a NAME Zeroth argument" \
3685 "\n -b Background" \ 3685 "\n -b Background" \
@@ -3688,7 +3688,7 @@
3688 ) \ 3688 ) \
3689 "\n -c USER[:[GRP]] Change to user/group" \ 3689 "\n -c USER[:[GRP]] Change to user/group" \
3690 "\n -m Write PID to the pidfile specified by -p" \ 3690 "\n -m Write PID to the pidfile specified by -p" \
3691 "\n-S only:" \ 3691 "\n-K only:" \
3692 "\n -s SIG Signal to send" \ 3692 "\n -s SIG Signal to send" \
3693 "\n -t Match only, exit with 0 if a process is found" \ 3693 "\n -t Match only, exit with 0 if a process is found" \
3694 "\nOther:" \ 3694 "\nOther:" \