From 4503f1183db6686f123ccbb20bda408c8d4567a3 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 16 May 2013 10:01:39 +0200 Subject: 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 --- astraceroute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astraceroute.c') 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 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" -- cgit v1.2.3-54-g00ecf