aboutsummaryrefslogtreecommitdiff
path: root/src/arm/gnunet-arm.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-29 00:21:51 +0000
committerFlorian Dold <florian.dold@gmail.com>2016-02-29 00:21:51 +0000
commit08bfd1da5ba77ca461e9344f2c2a0ddfc8cd59a7 (patch)
treecb0b13a1b73b1f24da6277e7dac9396b0057ff73 /src/arm/gnunet-arm.c
parent4422071097b0f6334a231a7dd1e47e6738e5a2cf (diff)
downloadgnunet-08bfd1da5ba77ca461e9344f2c2a0ddfc8cd59a7.tar.gz
gnunet-08bfd1da5ba77ca461e9344f2c2a0ddfc8cd59a7.zip
Remove MSEC from option description.
The parser gives us microseconds (and not milliseconds) when no suffix is used, the option description was wrong/confusing.
Diffstat (limited to 'src/arm/gnunet-arm.c')
-rw-r--r--src/arm/gnunet-arm.c4
1 files changed, 2 insertions, 2 deletions
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)
740 GNUNET_NO, &GNUNET_GETOPT_set_one, &monitor}, 740 GNUNET_NO, &GNUNET_GETOPT_set_one, &monitor},
741 {'q', "quiet", NULL, gettext_noop ("don't print status messages"), 741 {'q', "quiet", NULL, gettext_noop ("don't print status messages"),
742 GNUNET_NO, &GNUNET_GETOPT_set_one, &quiet}, 742 GNUNET_NO, &GNUNET_GETOPT_set_one, &quiet},
743 {'T', "timeout", "MSECS", 743 {'T', "timeout", "DELAY",
744 gettext_noop ("timeout in MSECS milliseconds for completing current operation"), 744 gettext_noop ("exit with error status if operation does not finish after DELAY"),
745 GNUNET_YES, &GNUNET_GETOPT_set_relative_time, &timeout}, 745 GNUNET_YES, &GNUNET_GETOPT_set_relative_time, &timeout},
746 {'I', "info", NULL, gettext_noop ("list currently running services"), 746 {'I', "info", NULL, gettext_noop ("list currently running services"),
747 GNUNET_NO, &GNUNET_GETOPT_set_one, &list}, 747 GNUNET_NO, &GNUNET_GETOPT_set_one, &list},