summaryrefslogtreecommitdiff
path: root/lib/daemon-unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/daemon-unix.c')
-rw-r--r--lib/daemon-unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/daemon-unix.c b/lib/daemon-unix.c
index 967a28432..adb549c98 100644
--- a/lib/daemon-unix.c
+++ b/lib/daemon-unix.c
@@ -537,6 +537,8 @@ daemon_usage(void)
printf(
"\nDaemon options:\n"
" --detach run in background as daemon\n"
+ " --monitor creates a process to monitor this daemon\n"
+ " --user=username[:group] changes the effective daemon user:group\n"
" --no-chdir do not chdir to '/'\n"
" --pidfile[=FILE] create pidfile (default: %s/%s.pid)\n"
" --overwrite-pidfile with --pidfile, start even if already "