diff mbox

[1/4] nfct: add missing commands to usage output.

Message ID 1460096324-17426-2-git-send-email-mart.frauenlob@chello.at
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Mart Frauenlob April 8, 2016, 6:18 a.m. UTC
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at>
---
 src/nfct.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff mbox

Patch

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[])