[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4253 - GNUnet/src/applications/fs/tools
From: |
durner |
Subject: |
[GNUnet-SVN] r4253 - GNUnet/src/applications/fs/tools |
Date: |
Sun, 7 Jan 2007 09:45:34 -0800 (PST) |
Author: durner
Date: 2007-01-07 09:45:31 -0800 (Sun, 07 Jan 2007)
New Revision: 4253
Modified:
GNUnet/src/applications/fs/tools/gnunet-search.c
Log:
fix help text
Modified: GNUnet/src/applications/fs/tools/gnunet-search.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-search.c 2007-01-07 17:00:30 UTC
(rev 4252)
+++ GNUnet/src/applications/fs/tools/gnunet-search.c 2007-01-07 17:45:31 UTC
(rev 4253)
@@ -140,7 +140,7 @@
gettext_noop("set the desired LEVEL of sender-anonymity"),
1, &gnunet_getopt_configure_set_uint, &anonymity },
COMMAND_LINE_OPTION_CFG_FILE(&cfgFilename), /* -c */
- COMMAND_LINE_OPTION_HELP(gettext_noop("Create new pseudonyms, delete
pseudonyms or list existing pseudonyms.")), /* -h */
+ COMMAND_LINE_OPTION_HELP(gettext_noop("Search GNUnet for files.")), /* -h */
COMMAND_LINE_OPTION_HOSTNAME, /* -H */
COMMAND_LINE_OPTION_LOGGING, /* -L */
{ 'm', "max", "LIMIT",
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4253 - GNUnet/src/applications/fs/tools,
durner <=