From 62d49fee125aa472d13aa98d17e754f2cbdff39a Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Fri, 8 Apr 2016 08:18:41 +0200 Subject: nfct: add missing commands to usage output. Signed-off-by: Mart Frauenlob Signed-off-by: Pablo Neira Ayuso --- src/nfct.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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[]) -- cgit v1.2.3