aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-dns2gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-dns2gns.c')
-rw-r--r--src/gns/gnunet-dns2gns.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index c9b4bde9c..424677d14 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -778,31 +778,31 @@ main (int argc,
778{ 778{
779 struct GNUNET_GETOPT_CommandLineOption options[] = { 779 struct GNUNET_GETOPT_CommandLineOption options[] = {
780 780
781 GNUNET_GETOPT_OPTION_STRING ('d', 781 GNUNET_GETOPT_option_string ('d',
782 "dns", 782 "dns",
783 "IP", 783 "IP",
784 gettext_noop ("IP of recursive DNS resolver to use (required)"), 784 gettext_noop ("IP of recursive DNS resolver to use (required)"),
785 &dns_ip), 785 &dns_ip),
786 786
787 GNUNET_GETOPT_OPTION_STRING ('f', 787 GNUNET_GETOPT_option_string ('f',
788 "fcfs", 788 "fcfs",
789 "NAME", 789 "NAME",
790 gettext_noop ("Authoritative FCFS suffix to use (optional); default: fcfs.zkey.eu"), 790 gettext_noop ("Authoritative FCFS suffix to use (optional); default: fcfs.zkey.eu"),
791 &fcfs_suffix), 791 &fcfs_suffix),
792 792
793 GNUNET_GETOPT_OPTION_STRING ('s', 793 GNUNET_GETOPT_option_string ('s',
794 "suffix", 794 "suffix",
795 "SUFFIX", 795 "SUFFIX",
796 gettext_noop ("Authoritative DNS suffix to use (optional); default: zkey.eu"), 796 gettext_noop ("Authoritative DNS suffix to use (optional); default: zkey.eu"),
797 &dns_suffix), 797 &dns_suffix),
798 798
799 GNUNET_GETOPT_OPTION_SET_UINT ('p', 799 GNUNET_GETOPT_option_uint ('p',
800 "port", 800 "port",
801 "UDPPORT", 801 "UDPPORT",
802 gettext_noop ("UDP port to listen on for inbound DNS requests; default: 2853"), 802 gettext_noop ("UDP port to listen on for inbound DNS requests; default: 2853"),
803 &listen_port), 803 &listen_port),
804 804
805 GNUNET_GETOPT_OPTION_STRING ('z', 805 GNUNET_GETOPT_option_string ('z',
806 "zone", 806 "zone",
807 "PUBLICKEY", 807 "PUBLICKEY",
808 gettext_noop ("Public key of the GNS zone to use (overrides default)"), 808 gettext_noop ("Public key of the GNS zone to use (overrides default)"),