aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-01-25 17:50:05 +0000
committerBart Polot <bart@net.in.tum.de>2013-01-25 17:50:05 +0000
commit551fef7b00026b9e5801e9470620b837d58d0025 (patch)
tree4d377d16688335a26deb5469b74a6cf8e3c8a14a /src/regex
parent6847027093bb23f1fb7d8f28bd1fff2914d7f4ea (diff)
downloadgnunet-551fef7b00026b9e5801e9470620b837d58d0025.tar.gz
gnunet-551fef7b00026b9e5801e9470620b837d58d0025.zip
- fixes
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-daemon-regexprofiler.c2
-rw-r--r--src/regex/gnunet-regex-profiler.c7
2 files changed, 5 insertions, 4 deletions
diff --git a/src/regex/gnunet-daemon-regexprofiler.c b/src/regex/gnunet-daemon-regexprofiler.c
index 0175f80ee..e8f3ce15f 100644
--- a/src/regex/gnunet-daemon-regexprofiler.c
+++ b/src/regex/gnunet-daemon-regexprofiler.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file mesh/gnunet-daemon-regexprofiler.c 22 * @file regex/gnunet-daemon-regexprofiler.c
23 * @brief daemon that uses mesh to announce a regular expression. Used in 23 * @brief daemon that uses mesh to announce a regular expression. Used in
24 * conjunction with gnunet-regex-profiler to announce regexes on serveral peers 24 * conjunction with gnunet-regex-profiler to announce regexes on serveral peers
25 * without the need to explicitly connect to the mesh service running on the 25 * without the need to explicitly connect to the mesh service running on the
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 7812c1095..e91a21787 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file mesh/gnunet-regex-profiler.c 22 * @file regex/gnunet-regex-profiler.c
23 * @brief Regex profiler for testing distributed regex use. 23 * @brief Regex profiler for testing distributed regex use.
24 * @author Bartlomiej Polot 24 * @author Bartlomiej Polot
25 * @author Maximilian Szengel 25 * @author Maximilian Szengel
@@ -1853,8 +1853,9 @@ main (int argc, char *const *argv)
1853 1853
1854 result = GNUNET_SYSERR; 1854 result = GNUNET_SYSERR;
1855 ret = 1855 ret =
1856 GNUNET_PROGRAM_run (argc, argv, "gnunet-regex-profiler [OPTIONS] hosts-file policy-dir search-strings-file", 1856 GNUNET_PROGRAM_run (argc, argv,
1857 _("Profiler for regex/mesh"), 1857 "gnunet-regex-profiler [OPTIONS] hosts-file policy-dir search-strings-file",
1858 _("Profiler for regex"),
1858 options, &run, NULL); 1859 options, &run, NULL);
1859 1860
1860 if (GNUNET_OK != ret) 1861 if (GNUNET_OK != ret)