gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25916 - gnunet/src/regex


From: gnunet
Subject: [GNUnet-SVN] r25916 - gnunet/src/regex
Date: Fri, 25 Jan 2013 18:50:05 +0100

Author: bartpolot
Date: 2013-01-25 18:50:05 +0100 (Fri, 25 Jan 2013)
New Revision: 25916

Modified:
   gnunet/src/regex/gnunet-daemon-regexprofiler.c
   gnunet/src/regex/gnunet-regex-profiler.c
Log:
- fixes

Modified: gnunet/src/regex/gnunet-daemon-regexprofiler.c
===================================================================
--- gnunet/src/regex/gnunet-daemon-regexprofiler.c      2013-01-25 17:42:22 UTC 
(rev 25915)
+++ gnunet/src/regex/gnunet-daemon-regexprofiler.c      2013-01-25 17:50:05 UTC 
(rev 25916)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file mesh/gnunet-daemon-regexprofiler.c
+ * @file regex/gnunet-daemon-regexprofiler.c
  * @brief daemon that uses mesh to announce a regular expression. Used in
  * conjunction with gnunet-regex-profiler to announce regexes on serveral peers
  * without the need to explicitly connect to the mesh service running on the

Modified: gnunet/src/regex/gnunet-regex-profiler.c
===================================================================
--- gnunet/src/regex/gnunet-regex-profiler.c    2013-01-25 17:42:22 UTC (rev 
25915)
+++ gnunet/src/regex/gnunet-regex-profiler.c    2013-01-25 17:50:05 UTC (rev 
25916)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file mesh/gnunet-regex-profiler.c
+ * @file regex/gnunet-regex-profiler.c
  * @brief Regex profiler for testing distributed regex use.
  * @author Bartlomiej Polot
  * @author Maximilian Szengel
@@ -1853,8 +1853,9 @@
 
   result = GNUNET_SYSERR;
   ret =
-      GNUNET_PROGRAM_run (argc, argv, "gnunet-regex-profiler [OPTIONS] 
hosts-file policy-dir search-strings-file",
-                          _("Profiler for regex/mesh"),
+      GNUNET_PROGRAM_run (argc, argv,
+                          "gnunet-regex-profiler [OPTIONS] hosts-file 
policy-dir search-strings-file",
+                          _("Profiler for regex"),
                           options, &run, NULL);
 
   if (GNUNET_OK != ret)




reply via email to

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