diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-25 17:50:05 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-25 17:50:05 +0000 |
commit | 9dd40e228c05dc35bcc106964c98523c82b4a831 (patch) | |
tree | 4d377d16688335a26deb5469b74a6cf8e3c8a14a | |
parent | ef5235ebd248f1cc04b78ca4c2ba37234502864a (diff) |
- fixes
git-svn-id: https://gnunet.org/svn/gnunet@25916 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/regex/gnunet-daemon-regexprofiler.c | 2 | ||||
-rw-r--r-- | src/regex/gnunet-regex-profiler.c | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/regex/gnunet-daemon-regexprofiler.c b/src/regex/gnunet-daemon-regexprofiler.c index 0175f80ee7..e8f3ce15f4 100644 --- a/src/regex/gnunet-daemon-regexprofiler.c +++ b/src/regex/gnunet-daemon-regexprofiler.c @@ -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 diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c index 7812c10958..e91a21787d 100644 --- a/src/regex/gnunet-regex-profiler.c +++ b/src/regex/gnunet-regex-profiler.c @@ -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 @@ main (int argc, char *const *argv) 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) |