summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-06-27 11:39:21 +0200
committerTobias Klauser <tklauser@distanz.ch>2017-06-27 11:39:21 +0200
commit3f6b67be759be729100b54cc26462d7ae0107dfa (patch)
treecdb4e4838c02a766012d05f690ffce488bf67343
parent8d7b0c30a62ca50e0c104ed4aa600cfb24041161 (diff)
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 <tklauser@distanz.ch>
-rw-r--r--netsniff-ng.c2
1 files changed, 1 insertions, 1 deletions
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"