gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36922 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r36922 - gnunet/src/arm
Date: Mon, 29 Feb 2016 01:21:51 +0100

Author: dold
Date: 2016-02-29 01:21:51 +0100 (Mon, 29 Feb 2016)
New Revision: 36922

Modified:
   gnunet/src/arm/gnunet-arm.c
Log:
Remove MSEC from option description.

The parser gives us microseconds (and not milliseconds)
when no suffix is used, the option description was wrong/confusing.


Modified: gnunet/src/arm/gnunet-arm.c
===================================================================
--- gnunet/src/arm/gnunet-arm.c 2016-02-29 00:12:10 UTC (rev 36921)
+++ gnunet/src/arm/gnunet-arm.c 2016-02-29 00:21:51 UTC (rev 36922)
@@ -740,8 +740,8 @@
      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},




reply via email to

[Prev in Thread] Current Thread [Next in Thread]