From 08bfd1da5ba77ca461e9344f2c2a0ddfc8cd59a7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 Feb 2016 00:21:51 +0000 Subject: Remove MSEC from option description. The parser gives us microseconds (and not milliseconds) when no suffix is used, the option description was wrong/confusing. --- src/arm/gnunet-arm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arm/gnunet-arm.c') diff --git a/src/arm/gnunet-arm.c b/src/arm/gnunet-arm.c index 4b53e9883..726365ede 100644 --- a/src/arm/gnunet-arm.c +++ b/src/arm/gnunet-arm.c @@ -740,8 +740,8 @@ main (int argc, char *const *argv) GNUNET_NO, &GNUNET_GETOPT_set_one, &monitor}, {'q', "quiet", NULL, gettext_noop ("don't print status messages"), GNUNET_NO, &GNUNET_GETOPT_set_one, &quiet}, - {'T', "timeout", "MSECS", - gettext_noop ("timeout in MSECS milliseconds for completing current operation"), + {'T', "timeout", "DELAY", + gettext_noop ("exit with error status if operation does not finish after DELAY"), GNUNET_YES, &GNUNET_GETOPT_set_relative_time, &timeout}, {'I', "info", NULL, gettext_noop ("list currently running services"), GNUNET_NO, &GNUNET_GETOPT_set_one, &list}, -- cgit v1.2.3