summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorAdrian Bridgett <adrian@smop.co.uk>2012-03-20 13:02:54 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2012-03-20 13:02:54 +0100
commit36da3b40b821452d2d4607928ce54ced707541df (patch)
tree2e924218d47dc922d54936ddc01b0b4567f450aa /src/main.c
parent1de3034f8c4f597cbe4be35b2f84e2848e46e64e (diff)
src: manpage and help display improvements
This patch adds missing information regarding several conntrackd options to the manpage and the help info that is displayed in the command line. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 0850a29..f7803fd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -49,6 +49,7 @@ static const char usage_client_commands[] =
"dump statistics\n"
" -R [ct|expect], resync with kernel conntrack table\n"
" -n, request resync with other node (only FT-FW and NOTRACK modes)\n"
+ " -B, force a bulk send to other replica firewalls\n"
" -x, dump cache in XML format (requires -i or -e)\n"
" -t, reset the kernel timeout (see PurgeTimeout clause)\n"
" -v, display conntrackd version\n"