From: Christian Grothoff Date: Tue, 4 Dec 2012 15:20:41 +0000 (+0000) Subject: -fix options for gnunet-gns X-Git-Tag: initial-import-from-subversion-38251~10633 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a1d8bbf3960cee6a4782b80b746fa25a054d4ce;p=oweals%2Fgnunet.git -fix options for gnunet-gns --- 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,