From bcb482d23f95c130faa54f7831ea661ad120a89c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 21 Oct 2008 20:14:10 +0200 Subject: conntrackd: add missing information on -t to the help This patch adds missing information on -t when conntrackd is invoked with -h. Signed-off-by: Pablo Neira Ayuso --- src/main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index a53b0a8..b535c40 100644 --- a/src/main.c +++ b/src/main.c @@ -45,8 +45,9 @@ static const char usage_client_commands[] = " -k, kill conntrack daemon\n" " -s, dump statistics\n" " -R, resync with kernel conntrack table\n" - " -n, request resync with other node (only FT-FW mode)\n" - " -x, dump cache in XML format (requires -i or -e)"; + " -n, request resync with other node (only FT-FW and NOTRACK modes)\n" + " -x, dump cache in XML format (requires -i or -e)" + " -t, reset the kernel timeout (see PurgeTimeout clause)"; static const char usage_options[] = "Options:\n" -- cgit v1.2.3