From ffc523fc240e072e924b042b19f11c5930b1397d Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 16 May 2013 10:03:36 +0200 Subject: curvetun: Mention exit after printing information in built-in help Mention the fact that curvetun exits after printing either the help of the version information. Signed-off-by: Tobias Klauser --- curvetun.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'curvetun.c') diff --git a/curvetun.c b/curvetun.c index be2d0ef..de33a5f 100644 --- a/curvetun.c +++ b/curvetun.c @@ -108,8 +108,8 @@ static void help(void) " -u|--udp Use UDP as carrier instead of TCP\n" " -4|--ipv4 Tunnel devices are IPv4\n" " -6|--ipv6 Tunnel devices are IPv6\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" "Example:\n" " See curvetun's man page for a configuration example.\n" " curvetun --server -4 -u -N --port 6666 --stun stunserver.org\n" -- cgit v1.2.3-54-g00ecf