summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMart Frauenlob <mart.frauenlob@chello.at>2016-04-07 10:21:44 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-04-07 11:43:46 +0200
commit6d1d70345a76b4eee567b173fc7f4ad8be4024cb (patch)
treed90dee25d660e17ef7becb72af3bd219bd9bb97b /src
parent18a690c661eb4db7eed9ea357237601a62e4d0ba (diff)
conntrackd: remove unnecessary separator character from usage output.
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src')
-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"