aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-10-22 19:21:48 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-10-22 19:21:48 +0000
commit24290832fd4394b96f3c1b81db11f030377beee0 (patch)
tree5387b32859e14e5c494d28660ace208404653198
parentacf7df0f3403f6890924e64cef0bfcf41f648898 (diff)
downloadbusybox-w32-24290832fd4394b96f3c1b81db11f030377beee0.tar.gz
busybox-w32-24290832fd4394b96f3c1b81db11f030377beee0.tar.bz2
busybox-w32-24290832fd4394b96f3c1b81db11f030377beee0.zip
Apply patch from bug #1278 -- fix usage message for the
start_stop_daemon applet. git-svn-id: svn://busybox.net/trunk/busybox@5689 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index e5a1672d8..fb126a007 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1674,8 +1674,8 @@
1674 "Options:\n" \ 1674 "Options:\n" \
1675 "-S\t\t\tstart\n"\ 1675 "-S\t\t\tstart\n"\
1676 "-K\t\t\tstop\n"\ 1676 "-K\t\t\tstop\n"\
1677 "-b\t\t\tforce process into background (daemonize)\n"\
1677 "-x <executable>\t\tprogram to start/check if it is running\n"\ 1678 "-x <executable>\t\tprogram to start/check if it is running\n"\
1678 "-p <pid-file>\t\tpid file to check\n"\
1679 "-u <username>|<uid>\tstop this user's processes\n"\ 1679 "-u <username>|<uid>\tstop this user's processes\n"\
1680 "-n <process-name>\tstop processes with this name\n"\ 1680 "-n <process-name>\tstop processes with this name\n"\
1681 "-s <signal>\t\tsignal to send (default 15)\n"\ 1681 "-s <signal>\t\tsignal to send (default 15)\n"\