X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fats-tool%2Fgnunet-ats.c;h=fdb09df419546e0569034619eb58e79e7dd42aed;hb=9c5471f3e6d0103a71a04c977552cad3892ad7e2;hp=4c0134cfe9f7e49ccb6e5d90714c014d3a6d7381;hpb=95490c1cfb0ad832f7d93760bb16ad3151a191b8;p=oweals%2Fgnunet.git diff --git a/src/ats-tool/gnunet-ats.c b/src/ats-tool/gnunet-ats.c index 4c0134cfe..fdb09df41 100644 --- a/src/ats-tool/gnunet-ats.c +++ b/src/ats-tool/gnunet-ats.c @@ -19,7 +19,7 @@ */ /** - * @file ats/gnunet-ats.c + * @file ats-tool/gnunet-ats.c * @brief ATS command line tool * @author Matthias Wachs */ @@ -161,7 +161,7 @@ void testservice_ats (void *cls, * @param cls closure * @param args remaining command-line arguments * @param cfgfile name of the configuration file used (for saving, can be NULL!) - * @param cfg configuration + * @param my_cfg configuration */ static void run (void *cls, char *const *args, const char *cfgfile, @@ -191,7 +191,7 @@ main (int argc, char *const *argv) static const struct GNUNET_GETOPT_CommandLineOption options[] = { {'n', "numeric", NULL, - gettext_noop ("do not resolve hostnames"), + gettext_noop ("do not resolve IP addresses to hostnames"), 0, &GNUNET_GETOPT_set_one, &resolve_addresses_numeric}, {'m', "monitor", NULL, gettext_noop ("monitor mode"),