diff options
Diffstat (limited to 'astraceroute.c')
-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" |