aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/gnunet-search.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/fs/gnunet-search.c b/src/fs/gnunet-search.c
index 124a0a1a4..e389a45d9 100644
--- a/src/fs/gnunet-search.c
+++ b/src/fs/gnunet-search.c
@@ -771,9 +771,11 @@ main (int argc, char *const *argv)
771 't', 771 't',
772 "timeout", 772 "timeout",
773 "DELAY", 773 "DELAY",
774 gettext_noop ("automatically terminate search after DELAY (in number of " 774 gettext_noop ("automatically terminate search after DELAY; the value "
775 "microseconds - 1 second = 1000000); if 0 or omitted it " 775 "given must be a number followed by a space and a time "
776 "means to wait for CTRL-C"), 776 "unit, for example \"500 ms\"; without a unit it defaults "
777 "to microseconds - 1 second = 1000000; if 0 or omitted "
778 "it means to wait for CTRL-C"),
777 &timeout), 779 &timeout),
778 GNUNET_GETOPT_option_increment_uint ( 780 GNUNET_GETOPT_option_increment_uint (
779 'V', 781 'V',