From 3f6b67be759be729100b54cc26462d7ae0107dfa Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 27 Jun 2017 11:39:21 +0200 Subject: netsniff-ng: fix --bind-cpu option in example command line Change the invalid --b option in one of the examples listed in the help to --bind-cpu. Signed-off-by: Tobias Klauser --- netsniff-ng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netsniff-ng.c b/netsniff-ng.c index 2e18386..2c41a33 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -1252,7 +1252,7 @@ static void __noreturn help(void) " -v|--version Show version and exit\n" " -h|--help Guess what?!\n\n" "Examples:\n" - " netsniff-ng --in eth0 --out dump.pcap -s -T 0xa1b2c3d4 --b 0 tcp or udp\n" + " netsniff-ng --in eth0 --out dump.pcap -s -T 0xa1b2c3d4 --bind-cpu 0 tcp or udp\n" " netsniff-ng --in wlan0 --rfraw --out dump.pcap --silent --bind-cpu 0\n" " netsniff-ng --in dump.pcap --mmap --out eth0 -k1000 --silent --bind-cpu 0\n" " netsniff-ng --in dump.pcap --out dump.cfg --silent --bind-cpu 0\n" -- cgit v1.2.3-54-g00ecf