maintain argv for helpers
[oweals/gnunet.git] / src / ats-tool / gnunet-ats.c
index 4c0134cfe9f7e49ccb6e5d90714c014d3a6d7381..fdb09df419546e0569034619eb58e79e7dd42aed 100644 (file)
@@ -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"),