aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index c85ddfe81..c0de0f30c 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -422,36 +422,36 @@ main (int argc,
422{ 422{
423 struct GNUNET_GETOPT_CommandLineOption options[] = { 423 struct GNUNET_GETOPT_CommandLineOption options[] = {
424 424
425 GNUNET_GETOPT_OPTION_STRING ('u', 425 GNUNET_GETOPT_option_string ('u',
426 "lookup", 426 "lookup",
427 "NAME", 427 "NAME",
428 gettext_noop ("Lookup a record for the given name"), 428 gettext_noop ("Lookup a record for the given name"),
429 &lookup_name), 429 &lookup_name),
430 430
431 GNUNET_GETOPT_OPTION_STRING ('t', 431 GNUNET_GETOPT_option_string ('t',
432 "type", 432 "type",
433 "TYPE", 433 "TYPE",
434 gettext_noop ("Specify the type of the record to lookup"), 434 gettext_noop ("Specify the type of the record to lookup"),
435 &lookup_type), 435 &lookup_type),
436 436
437 GNUNET_GETOPT_OPTION_SET_RELATIVE_TIME ('T', 437 GNUNET_GETOPT_option_relative_time ('T',
438 "timeout", 438 "timeout",
439 "DELAY", 439 "DELAY",
440 gettext_noop ("Specify timeout for the lookup"), 440 gettext_noop ("Specify timeout for the lookup"),
441 &timeout), 441 &timeout),
442 442
443 GNUNET_GETOPT_OPTION_SET_ONE ('r', 443 GNUNET_GETOPT_option_flag ('r',
444 "raw", 444 "raw",
445 gettext_noop ("No unneeded output"), 445 gettext_noop ("No unneeded output"),
446 &raw), 446 &raw),
447 447
448 GNUNET_GETOPT_OPTION_STRING ('p', 448 GNUNET_GETOPT_option_string ('p',
449 "public-key", 449 "public-key",
450 "PKEY", 450 "PKEY",
451 gettext_noop ("Specify the public key of the zone to lookup the record in"), 451 gettext_noop ("Specify the public key of the zone to lookup the record in"),
452 &public_key), 452 &public_key),
453 453
454 GNUNET_GETOPT_OPTION_STRING ('z', 454 GNUNET_GETOPT_option_string ('z',
455 "zone", 455 "zone",
456 "NAME", 456 "NAME",
457 gettext_noop ("Specify the name of the ego of the zone to lookup the record in"), 457 gettext_noop ("Specify the name of the ego of the zone to lookup the record in"),