summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-12-21 19:47:04 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2008-12-21 19:47:04 +0100
commitfa2e890e5216be401a73e346ca93c24144b764fc (patch)
tree8f7d3c685368abec03d0a5abafad8e7c95b3feb8
parentfa603abfe2ab157756969b584a223f1ed618b965 (diff)
conntrackd: fix missing \n in conntrackd -h
This patch fixes a missing \n in the help message displayed with conntrackd -h. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index ebd975b..929b5c9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -46,9 +46,9 @@ static const char usage_client_commands[] =
" -s [|network|cache|runtime], dump statistics\n"
" -R, resync with kernel conntrack table\n"
" -n, request resync with other node (only FT-FW and NOTRACK modes)\n"
- " -x, dump cache in XML format (requires -i or -e)"
- " -t, reset the kernel timeout (see PurgeTimeout clause)"
- " -v, show internal debugging information (if any)";
+ " -x, dump cache in XML format (requires -i or -e)\n"
+ " -t, reset the kernel timeout (see PurgeTimeout clause)\n"
+ " -v, show internal debugging information (if any)\n";
static const char usage_options[] =
"Options:\n"