diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-10-21 20:14:10 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-10-21 20:14:10 +0200 |
commit | bcb482d23f95c130faa54f7831ea661ad120a89c (patch) | |
tree | 52ca868115f58092d4692f257682e9c33f1013b3 /src/main.c | |
parent | 0b5f55747b9009e6d1877a1d1a00081d8c468e6b (diff) | |
download | conntrack-tools-bcb482d23f95c130faa54f7831ea661ad120a89c.tar.gz conntrack-tools-bcb482d23f95c130faa54f7831ea661ad120a89c.zip |
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 <pablo@netfilter.org>
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |