summaryrefslogtreecommitdiffstats
path: root/src/out_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/out_format.c')
-rw-r--r--src/out_format.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/out_format.c b/src/out_format.c
index be08b29..4d017f3 100644
--- a/src/out_format.c
+++ b/src/out_format.c
@@ -326,9 +326,9 @@ static void print_help(void)
" '$(element:name) $(attr:rxrate:packets) $(attr:txrate:packets)\\n'\n" \
" eth0 33 5\n" \
"\n" \
- " 'Item: $(element:name)\\n' \\\n" \
- " 'Bytes Rate: $(attr:rxrate:bytes)/$(attr:txrate:bytes)\\n' \\\n" \
- " 'Packets Rate: $(attr:rxrate:packets)/$(attr:txrate:packets)\\n'\n" \
+ " 'Item: $(element:name)\\nBytes Rate: $(attr:rxrate:bytes)/" \
+ "$(attr:txrate:bytes)\\nPackets Rate: $(attr:rxrate:packets)/" \
+ "$(attr:txrate:packets)\\n'\n" \
" Item: eth0\n" \
" Bytes Rate: 49130/2119\n" \
" Packets Rate: 40/11\n" \