diff options
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) |