aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-04 15:20:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-04 15:20:41 +0000
commit6a1d8bbf3960cee6a4782b80b746fa25a054d4ce (patch)
treed89be90e8ff77ca41d27ace44a9086e715d2d59c /src/gns
parent64e4ca7129e49dcc11a6db834107dda7ca1f9cf9 (diff)
downloadgnunet-6a1d8bbf3960cee6a4782b80b746fa25a054d4ce.tar.gz
gnunet-6a1d8bbf3960cee6a4782b80b746fa25a054d4ce.zip
-fix options for gnunet-gns
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index d7e8309dd..74212d4fc 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -352,16 +352,16 @@ int
352main (int argc, char *const *argv) 352main (int argc, char *const *argv)
353{ 353{
354 static const struct GNUNET_GETOPT_CommandLineOption options[] = { 354 static const struct GNUNET_GETOPT_CommandLineOption options[] = {
355 {'s', "shorten", NULL, 355 {'s', "shorten", "NAME",
356 gettext_noop ("try to shorten a given name"), 1, 356 gettext_noop ("try to shorten a given name"), 1,
357 &GNUNET_GETOPT_set_string, &shorten_name}, 357 &GNUNET_GETOPT_set_string, &shorten_name},
358 {'u', "lookup", NULL, 358 {'u', "lookup", "NAME",
359 gettext_noop ("Lookup a record for the given name"), 1, 359 gettext_noop ("Lookup a record for the given name"), 1,
360 &GNUNET_GETOPT_set_string, &lookup_name}, 360 &GNUNET_GETOPT_set_string, &lookup_name},
361 {'a', "authority", NULL, 361 {'a', "authority", "NAME",
362 gettext_noop ("Get the authority of a particular name"), 1, 362 gettext_noop ("Get the authority of a particular name"), 1,
363 &GNUNET_GETOPT_set_string, &auth_name}, 363 &GNUNET_GETOPT_set_string, &auth_name},
364 {'t', "type", NULL, 364 {'t', "type", "TYPE",
365 gettext_noop ("Specify the type of the record to lookup"), 1, 365 gettext_noop ("Specify the type of the record to lookup"), 1,
366 &GNUNET_GETOPT_set_string, &lookup_type}, 366 &GNUNET_GETOPT_set_string, &lookup_type},
367 {'r', "raw", NULL, 367 {'r', "raw", NULL,