From 6d1d70345a76b4eee567b173fc7f4ad8be4024cb Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Thu, 7 Apr 2016 10:21:44 +0200 Subject: conntrackd: remove unnecessary separator character from usage output. Signed-off-by: Mart Frauenlob Signed-off-by: Pablo Neira Ayuso --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') 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" -- cgit v1.2.3