diff options
author | Jon Schipp <jonschipp@gmail.com> | 2013-10-02 08:08:42 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-10-02 08:11:57 +0200 |
commit | 23f43a0010375cb1c59f812b93f4b838ef204609 (patch) | |
tree | bc87dbb667417e6571a9cb65139cb24e06267f22 | |
parent | d14f37ba7a01099d5532ffc88f7f1cf569b24776 (diff) |
netsniff-ng: modify mmap option in usage to be grammatically correct
Incorrect usage of "i.e." leads one to believe that replaying is
possible only.
Signed-off-by: Jon Schipp <jonschipp@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | netsniff-ng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsniff-ng.c b/netsniff-ng.c index 8a4f7e6..c6e035e 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -1070,7 +1070,7 @@ static void __noreturn help(void) " -r|--rand Randomize packet forwarding order (dev->dev)\n" " -M|--no-promisc No promiscuous mode for netdev\n" " -A|--no-sock-mem Don't tune core socket memory\n" - " -m|--mmap Mmap(2) pcap file i.e., for replaying pcaps\n" + " -m|--mmap Mmap(2) pcap file I/O, e.g. for replaying pcaps\n" " -G|--sg Scatter/gather pcap file I/O\n" " -c|--clrw Use slower read(2)/write(2) I/O\n" " -S|--ring-size <size> Specify ring size to: <num>KiB/MiB/GiB\n" |