From 6a1d8bbf3960cee6a4782b80b746fa25a054d4ce Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 4 Dec 2012 15:20:41 +0000 Subject: [PATCH] -fix options for gnunet-gns --- src/gns/gnunet-gns.c | 8 ++++---- 1 file 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 main (int argc, char *const *argv) { static const struct GNUNET_GETOPT_CommandLineOption options[] = { - {'s', "shorten", NULL, + {'s', "shorten", "NAME", gettext_noop ("try to shorten a given name"), 1, &GNUNET_GETOPT_set_string, &shorten_name}, - {'u', "lookup", NULL, + {'u', "lookup", "NAME", gettext_noop ("Lookup a record for the given name"), 1, &GNUNET_GETOPT_set_string, &lookup_name}, - {'a', "authority", NULL, + {'a', "authority", "NAME", gettext_noop ("Get the authority of a particular name"), 1, &GNUNET_GETOPT_set_string, &auth_name}, - {'t', "type", NULL, + {'t', "type", "TYPE", gettext_noop ("Specify the type of the record to lookup"), 1, &GNUNET_GETOPT_set_string, &lookup_type}, {'r', "raw", NULL, -- 2.25.1