summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-09-23 04:19:27 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-09-23 04:19:27 +0200
commitf67b20729126656cfff90de2750617641deeb80b (patch)
treef2bf4c0afce13dc45a540776645be53e3f1ed386 /src
parentadded minimum runtime for clients in kill-oldest policy (diff)
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 7547093..18f5ebc 100644
--- a/src/options.c
+++ b/src/options.c
@@ -290,7 +290,7 @@ void options_print_usage()
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(" what to do when children limit exceeds\n");
- printf(" [-r|--children-min-runtime] in case of kill-oldest the minimum child runtime\n");
+ printf(" [-r|--children-min-runtime] <secs> in case of kill-oldest the minimum child runtime\n");
printf(" [-d|--dir] <path> add a path to the watch list, can be invoked several times\n");
}