summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-13 18:28:46 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-13 18:28:46 +0000
commit625da9d61efd68a45bd5613450bcf96862ca8290 (patch)
treef07e653271f9aee4d03ffbc41d61efe7017d0170 /include
parent3ddff210e65be3d1a1bfeefcfe6cf4a59ec07ef0 (diff)
downloadbusybox-w32-625da9d61efd68a45bd5613450bcf96862ca8290.tar.gz
busybox-w32-625da9d61efd68a45bd5613450bcf96862ca8290.tar.bz2
busybox-w32-625da9d61efd68a45bd5613450bcf96862ca8290.zip
Fix several problems with start-stop-daemon, add -m support
Diffstat (limited to 'include')
-rw-r--r--include/usage.h1
1 files changed, 1 insertions, 0 deletions
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 @@
2230 "\n\t-b|--background\t\t\tforce process into background"\ 2230 "\n\t-b|--background\t\t\tforce process into background"\
2231 "\n\t-u|--user <username>|<uid>\tstop this user's processes"\ 2231 "\n\t-u|--user <username>|<uid>\tstop this user's processes"\
2232 "\n\t-x|--exec <executable>\t\tprogram to either start or check"\ 2232 "\n\t-x|--exec <executable>\t\tprogram to either start or check"\
2233 "\n\t-m|--make-pidfile <filename>\tcreate the -p file and enter pid in it"\
2233 "\n\t-n|--name <process-name>\tstop processes with this name"\ 2234 "\n\t-n|--name <process-name>\tstop processes with this name"\
2234 "\n\t-p|--pidfile <pid-file>\t\tsave or load pid using a pid-file"\ 2235 "\n\t-p|--pidfile <pid-file>\t\tsave or load pid using a pid-file"\
2235 "\n\t-q|--quiet\t\t\tbe quiet" \ 2236 "\n\t-q|--quiet\t\t\tbe quiet" \