[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3731 - GNUnet/src/applications/fs/tools
From: |
grothoff |
Subject: |
[GNUnet-SVN] r3731 - GNUnet/src/applications/fs/tools |
Date: |
Sun, 12 Nov 2006 12:53:24 -0800 (PST) |
Author: grothoff
Date: 2006-11-12 12:53:22 -0800 (Sun, 12 Nov 2006)
New Revision: 3731
Modified:
GNUnet/src/applications/fs/tools/gnunet-search.c
Log:
fixing -t search command
Modified: GNUnet/src/applications/fs/tools/gnunet-search.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-search.c 2006-11-12 20:45:39 UTC
(rev 3730)
+++ GNUnet/src/applications/fs/tools/gnunet-search.c 2006-11-12 20:53:22 UTC
(rev 3731)
@@ -151,7 +151,7 @@
1, &gnunet_getopt_configure_set_string, &output_filename },
{ 't', "timeout", "DELAY",
gettext_noop("wait DELAY seconds for search results before aborting"),
- 0, &gnunet_getopt_configure_set_uint, &delay },
+ 1, &gnunet_getopt_configure_set_uint, &delay },
COMMAND_LINE_OPTION_VERSION(PACKAGE_VERSION), /* -v */
COMMAND_LINE_OPTION_VERBOSE,
COMMAND_LINE_OPTION_END,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3731 - GNUnet/src/applications/fs/tools,
grothoff <=