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 /src/regex/gnunet-regex-profiler.c | |
parent | ef5235ebd248f1cc04b78ca4c2ba37234502864a (diff) |
- fixes
git-svn-id: https://gnunet.org/svn/gnunet@25916 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/regex/gnunet-regex-profiler.c')
-rw-r--r-- | src/regex/gnunet-regex-profiler.c | 7 |
1 files changed, 4 insertions, 3 deletions
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) |