diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-05-16 10:03:36 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-05-16 10:03:36 +0200 |
commit | ffc523fc240e072e924b042b19f11c5930b1397d (patch) | |
tree | f27c29f9b87b96e1fe2bc69894943588129f69f8 | |
parent | 4503f1183db6686f123ccbb20bda408c8d4567a3 (diff) |
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 <tklauser@distanz.ch>
-rw-r--r-- | curvetun.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |