gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r25236 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r25236 - gnunet/src/gns
Date: Tue, 4 Dec 2012 16:20:41 +0100

Author: grothoff
Date: 2012-12-04 16:20:41 +0100 (Tue, 04 Dec 2012)
New Revision: 25236

Modified:
   gnunet/src/gns/gnunet-gns.c
Log:
-fix options for gnunet-gns

Modified: gnunet/src/gns/gnunet-gns.c
===================================================================
--- gnunet/src/gns/gnunet-gns.c 2012-12-04 15:14:18 UTC (rev 25235)
+++ gnunet/src/gns/gnunet-gns.c 2012-12-04 15:20:41 UTC (rev 25236)
@@ -352,16 +352,16 @@
 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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]