aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-29 12:00:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-29 12:00:45 +0000
commit75bebe4af5841951ef7d4dfe47b70c26da15fae1 (patch)
treef86c029a86d73318ed39fbe7373123a1ed3d11ce /src/gns
parent0aded63224b7112a70182ae86d1999108669d1a9 (diff)
downloadgnunet-75bebe4af5841951ef7d4dfe47b70c26da15fae1.tar.gz
gnunet-75bebe4af5841951ef7d4dfe47b70c26da15fae1.zip
-more man pages, typos'
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-dns2gns.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index 71511c84a..4954e3b4c 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -669,13 +669,13 @@ main (int argc,
669 char *const *argv) 669 char *const *argv)
670{ 670{
671 static const struct GNUNET_GETOPT_CommandLineOption options[] = { 671 static const struct GNUNET_GETOPT_CommandLineOption options[] = {
672 {'d', "dns", NULL, 672 {'d', "dns", "IP",
673 gettext_noop ("IP of recursive dns resolver to use (required)"), 1, 673 gettext_noop ("IP of recursive DNS resolver to use (required)"), 1,
674 &GNUNET_GETOPT_set_string, &dns_ip}, 674 &GNUNET_GETOPT_set_string, &dns_ip},
675 {'s', "suffix", NULL, 675 {'s', "suffix", "SUFFIX",
676 gettext_noop ("Authoritative DNS suffix to use (optional); default: zkey.eu"), 1, 676 gettext_noop ("Authoritative DNS suffix to use (optional); default: zkey.eu"), 1,
677 &GNUNET_GETOPT_set_string, &dns_suffix}, 677 &GNUNET_GETOPT_set_string, &dns_suffix},
678 {'f', "fcfs", NULL, 678 {'f', "fcfs", "NAME",
679 gettext_noop ("Authoritative FCFS suffix to use (optional); default: fcfs.zkey.eu"), 1, 679 gettext_noop ("Authoritative FCFS suffix to use (optional); default: fcfs.zkey.eu"), 1,
680 &GNUNET_GETOPT_set_string, &fcfs_suffix}, 680 &GNUNET_GETOPT_set_string, &fcfs_suffix},
681 GNUNET_GETOPT_OPTION_END 681 GNUNET_GETOPT_OPTION_END