diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-05-16 10:01:39 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-05-16 10:01:39 +0200 |
commit | 4503f1183db6686f123ccbb20bda408c8d4567a3 (patch) | |
tree | 3368ae0838a2cbc87720ecd1edfb478a3faca26b | |
parent | 7a5228ac1f8e82f86dcc1fd5037ec4c263d4036a (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>
-rw-r--r-- | astraceroute.c | 4 |
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" |