From fe5b1a9f3cd027bcb3cf17af994151daf1557e43 Mon Sep 17 00:00:00 2001 From: Eric 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. --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/usage.h') 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