diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-08 06:28:50 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-08 06:28:50 +0000 |
commit | 728a40d587086cb9302f78347dd4d061083a424c (patch) | |
tree | 5551a9c739c1f3ba3808de847b0c2f664be25a1b | |
parent | 7a57a3e01b6501ab208c18fe6762de8752d6c358 (diff) |
-fix -h string
-rw-r--r-- | src/gns/gnunet-dns2gns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c index 014e6c14b..eaf7a90b9 100644 --- a/src/gns/gnunet-dns2gns.c +++ b/src/gns/gnunet-dns2gns.c @@ -783,7 +783,7 @@ main (int argc, gettext_noop ("Authoritative DNS suffix to use (optional); default: zkey.eu"), 1, &GNUNET_GETOPT_set_string, &dns_suffix}, {'p', "port", "UDPPORT", - gettext_noop ("UDP port to listen on for inbound DNS requests; default: 53"), 1, + gettext_noop ("UDP port to listen on for inbound DNS requests; default: 2853"), 1, &GNUNET_GETOPT_set_uint, &listen_port}, {'z', "zone", "PUBLICKEY", gettext_noop ("Public key of the GNS zone to use (overrides default)"), 1, |