summaryrefslogtreecommitdiff
path: root/astraceroute.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-16 10:01:39 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-16 10:01:39 +0200
commit4503f1183db6686f123ccbb20bda408c8d4567a3 (patch)
tree3368ae0838a2cbc87720ecd1edfb478a3faca26b /astraceroute.c
parent7a5228ac1f8e82f86dcc1fd5037ec4c263d4036a (diff)
astraceroute: Mention exit after printing information in built-in help
Mention the fact that astraceroute exits after printing either the help of the version information. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'astraceroute.c')
-rw-r--r--astraceroute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/astraceroute.c b/astraceroute.c
index 76b0818..453706a 100644
--- a/astraceroute.c
+++ b/astraceroute.c
@@ -200,8 +200,8 @@ static void help(void)
" -t|--tos <tos> Set the IP TOS field\n"
" -G|--nofrag Set do not fragment bit\n"
" -Z|--show-packet Show returned packet on each hop\n"
- " -v|--version Print version\n"
- " -h|--help Print this help\n\n"
+ " -v|--version Print version and exit\n"
+ " -h|--help Print this help and exit\n\n"
"Examples:\n"
" IPv4 trace of AS with TCP SYN probe (this will most-likely pass):\n"
" astraceroute -i eth0 -N -S -H netsniff-ng.org\n"