summaryrefslogtreecommitdiffstats
path: root/src/nfct.c
diff options
context:
space:
mode:
authorMart Frauenlob <mart.frauenlob@chello.at>2016-04-08 08:18:41 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-04-08 12:28:02 +0200
commit62d49fee125aa472d13aa98d17e754f2cbdff39a (patch)
tree8efdf4178c7876bb5156fdf184d0bba1240da340 /src/nfct.c
parent7688fdadbf805d731cde876346563ef2c5e86e63 (diff)
nfct: add missing commands to usage output.
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/nfct.c')
-rw-r--r--src/nfct.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nfct.c b/src/nfct.c
index 3331e5b..27841be 100644
--- a/src/nfct.c
+++ b/src/nfct.c
@@ -204,6 +204,9 @@ static const char help_msg[] =
" add object-name\tAdd new accounting object to table\n"
" delete object-name\tDelete existing accounting object\n"
" get object-name\tGet existing accounting object\n"
+ " disable\t\tDisable queueing packets to userspace for helper inspection\n"
+ " default-set\t\tSet default timeouts\n"
+ " default-get\t\tGet default timeouts\n"
" flush\t\t\tFlush accounting object table\n";
static int nfct_cmd_help(int argc, char *argv[])