diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2015-11-07 00:08:53 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2015-11-07 00:08:53 +0100 |
commit | d8514dee7b6957f7a779c10541d4e9872f9b55b9 (patch) | |
tree | e84a9423f06f6f45fc09560800f98b2cbd039d42 | |
parent | 8595f4e1f170152b4f4117a03ce64b59a3023985 (diff) |
trafgen, minor: newline in help text
Just add a newline before notes.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r-- | trafgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ static void __noreturn help(void) " Run packet only on CPU1: cpu(1): { rnd(64), 0b11001100, 0xaa }\n" " Run packet only on CPU1-2: cpu(1-2): { drnd(64),'a',csum16(1, 8),'b',42 }\n\n" "Generate config files from existing pcap using netsniff-ng:\n" - " netsniff-ng --in dump.pcap --out dump.cfg\n" + " netsniff-ng --in dump.pcap --out dump.cfg\n\n" "Note:\n" " Smoke/fuzz test example: machine A, 10.0.0.2 (trafgen) is directly\n" " connected to machine B (test kernel), 10.0.0.1. If ICMP reply fails\n" |