From 24290832fd4394b96f3c1b81db11f030377beee0 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 22 Oct 2002 19:21:48 +0000 Subject: 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 --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ "Options:\n" \ "-S\t\t\tstart\n"\ "-K\t\t\tstop\n"\ + "-b\t\t\tforce process into background (daemonize)\n"\ "-x \t\tprogram to start/check if it is running\n"\ - "-p \t\tpid file to check\n"\ "-u |\tstop this user's processes\n"\ "-n \tstop processes with this name\n"\ "-s \t\tsignal to send (default 15)\n"\ -- cgit v1.2.3-55-g6feb