diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-05-15 11:00:09 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-05-15 11:01:39 +0200 |
commit | 84d5f6dd4987bb78f85a706b0fc689d5b51bbba0 (patch) | |
tree | 3127534da304bc415f3aed746749aa0c0f977568 /netsniff-ng.c | |
parent | 6b1f666dd643660847fa54199fc93ae2c8e14b24 (diff) |
man: trafgen: Minor fixes
Replace "on default" by "by default", make it a bit more clear what the
seed in the -E/--seed option is for and mention exit after display of
information on --version and --help.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'netsniff-ng.c')
-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 b4a239e..82ab73c 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -1045,7 +1045,7 @@ static void help(void) " -l|--ascii Print human-readable packet data\n" " -U|--update Update GeoIP databases\n" " -V|--verbose Be more verbose\n" - " -v|--version Show version\n" + " -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" |