summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 161f654..d12fe18 100644
--- a/src/main.c
+++ b/src/main.c
@@ -43,12 +43,12 @@ static const char usage_daemon_commands[] =
static const char usage_client_commands[] =
"Client mode commands:\n"
" -c [ct|expect], commit external cache to conntrack table\n"
- " -f [|internal|external], flush internal and external cache\n"
+ " -f [internal|external], flush internal and external cache\n"
" -F [ct|expect], flush kernel conntrack table\n"
" -i [ct|expect], display content of the internal cache\n"
" -e [ct|expect], display the content of the external cache\n"
" -k, kill conntrack daemon\n"
- " -s [|network|cache|runtime|link|rsqueue|queue|ct|expect], "
+ " -s [network|cache|runtime|link|rsqueue|queue|ct|expect], "
"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"