From 2134d77dbab7bbcfa29fe2fdf3fb662e35a1ec28 Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Sun, 11 Jun 2006 17:47:39 +0000 Subject: [PATCH] more help text --- iodine.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iodine.c b/iodine.c index 0c0d3e7..d579049 100644 --- a/iodine.c +++ b/iodine.c @@ -164,6 +164,8 @@ help() { printf(" -f is to keep running in foreground\n"); printf(" -u name to drop privileges and run as user 'name'\n"); printf(" -t dir to chroot to directory dir\n"); + printf("nameserver is the IP number of the relaying nameserver\n"); + printf("topdomain is the FQDN that is delegated to the tunnel endpoint.\n"); exit(0); }