summaryrefslogtreecommitdiff
path: root/trafgen.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-15 11:00:09 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-15 11:01:39 +0200
commit84d5f6dd4987bb78f85a706b0fc689d5b51bbba0 (patch)
tree3127534da304bc415f3aed746749aa0c0f977568 /trafgen.c
parent6b1f666dd643660847fa54199fc93ae2c8e14b24 (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 'trafgen.c')
-rw-r--r--trafgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trafgen.c b/trafgen.c
index 4e670ed..5ec837b 100644
--- a/trafgen.c
+++ b/trafgen.c
@@ -179,7 +179,7 @@ static void help(void)
" -u|--user <userid> Drop privileges and change to userid\n"
" -g|--group <groupid> Drop privileges and change to groupid\n"
" -V|--verbose Be more verbose\n"
- " -v|--version Show version\n"
+ " -v|--version Show version and exit\n"
" -e|--example Show built-in packet config example\n"
" -h|--help Guess what?!\n\n"
"Examples:\n"