gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5316 - GNUnet/src/applications/fs/tools


From: gnunet
Subject: [GNUnet-SVN] r5316 - GNUnet/src/applications/fs/tools
Date: Sun, 15 Jul 2007 17:07:08 -0600 (MDT)

Author: grothoff
Date: 2007-07-15 17:07:08 -0600 (Sun, 15 Jul 2007)
New Revision: 5316

Modified:
   GNUnet/src/applications/fs/tools/gnunet-directory.c
Log:
fix

Modified: GNUnet/src/applications/fs/tools/gnunet-directory.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-directory.c 2007-07-15 20:12:18 UTC 
(rev 5315)
+++ GNUnet/src/applications/fs/tools/gnunet-directory.c 2007-07-15 23:07:08 UTC 
(rev 5316)
@@ -136,10 +136,10 @@
   COMMAND_LINE_OPTION_LOGGING,  /* -L */
   {'l', "list", NULL,
    gettext_noop ("list entries from the directory database"),
-   1, &gnunet_getopt_configure_set_one, &do_list},
+   0, &gnunet_getopt_configure_set_one, &do_list},
   {'t', "track", NULL,
    gettext_noop ("start tracking entries for the directory database"),
-   1, &gnunet_getopt_configure_set_one, &do_track},
+   0, &gnunet_getopt_configure_set_one, &do_track},
   COMMAND_LINE_OPTION_VERSION (PACKAGE_VERSION),        /* -v */
   COMMAND_LINE_OPTION_VERBOSE,
   COMMAND_LINE_OPTION_END,





reply via email to

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