summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-09-20 13:49:14 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-09-20 13:49:14 +0200
commit18372ecc6e3c5bdf7878cdb2dfa065f6253da2b8 (patch)
treee62c63399f2e3bc1305ce23117b2c172940b0af8 /src
parentfixed race condition between killing processes (diff)
added Readme and updated manpage
Diffstat (limited to 'src')
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index d3824a9..9454443 100644
--- a/src/options.c
+++ b/src/options.c
@@ -286,7 +286,7 @@ void options_print_usage()
printf(" [-s|--command-sock] <unix sock> the command socket e.g. /var/run/dropnroll/cmd.sock\n");
printf(" [-x|--script] <script> the command socket e.g. newfile.sh\n");
printf(" [-m|--max-children] <#of children> limit of children to be started e.g. 8\n");
- printf(" [-p|--children-policy] (defer,drop,kill-oldest)\n");
+ printf(" [-p|--children-policy] (defer|drop|kill-oldest)\n");
printf(" what to do when children limit exceeds\n");
printf(" [-d|--dir] <path> add a path to the watch list, can be invoked several times\n");
}