Apply patch from bug #1278 -- fix usage message for the
authorEric Andersen <andersen@codepoet.org>
Tue, 22 Oct 2002 19:21:48 +0000 (19:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 22 Oct 2002 19:21:48 +0000 (19:21 -0000)
start_stop_daemon applet.

include/usage.h

index e5a1672..fb126a0 100644 (file)
        "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"\