aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,