diff options
author | Eric Andersen | 2002-10-22 19:21:48 +0000 |
---|---|---|
committer | Eric Andersen | 2002-10-22 19:21:48 +0000 |
commit | fe5b1a9f3cd027bcb3cf17af994151daf1557e43 (patch) | |
tree | 5387b32859e14e5c494d28660ace208404653198 /include | |
parent | 72e1212ad8a89eee70f65e469d58e79553db574c (diff) | |
download | busybox-fe5b1a9f3cd027bcb3cf17af994151daf1557e43.zip busybox-fe5b1a9f3cd027bcb3cf17af994151daf1557e43.tar.gz |
Apply patch from bug #1278 -- fix usage message for the
start_stop_daemon applet.
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index e5a1672..fb126a0 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1674,8 +1674,8 @@ "Options:\n" \ "-S\t\t\tstart\n"\ "-K\t\t\tstop\n"\ + "-b\t\t\tforce process into background (daemonize)\n"\ "-x <executable>\t\tprogram to start/check if it is running\n"\ - "-p <pid-file>\t\tpid file to check\n"\ "-u <username>|<uid>\tstop this user's processes\n"\ "-n <process-name>\tstop processes with this name\n"\ "-s <signal>\t\tsignal to send (default 15)\n"\ |