From 625da9d61efd68a45bd5613450bcf96862ca8290 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 13 Apr 2004 18:28:46 +0000 Subject: Fix several problems with start-stop-daemon, add -m support --- include/usage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index 4401a763a..15e60d1d3 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2230,6 +2230,7 @@ "\n\t-b|--background\t\t\tforce process into background"\ "\n\t-u|--user |\tstop this user's processes"\ "\n\t-x|--exec \t\tprogram to either start or check"\ + "\n\t-m|--make-pidfile \tcreate the -p file and enter pid in it"\ "\n\t-n|--name \tstop processes with this name"\ "\n\t-p|--pidfile \t\tsave or load pid using a pid-file"\ "\n\t-q|--quiet\t\t\tbe quiet" \ -- cgit v1.2.3