diff mbox

[2/2] conntrackd: remove unnecessary separator character from usage output.

Message ID 1460017304-21888-3-git-send-email-mart.frauenlob@chello.at
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Mart Frauenlob April 7, 2016, 8:21 a.m. UTC
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at>
---
 src/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Pablo Neira Ayuso April 7, 2016, 9:44 a.m. UTC | #1
Also applied.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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"