From 9294003d1d51814ccb03b8f1b67a706690dcad29 Mon Sep 17 00:00:00 2001 From: madmurphy Date: Thu, 10 Feb 2022 22:45:00 +0000 Subject: Add missing information to `gnunet-search`'s help page --- src/fs/gnunet-search.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/fs') 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) 't', "timeout", "DELAY", - gettext_noop ("automatically terminate search after DELAY (in number of " - "microseconds - 1 second = 1000000); if 0 or omitted it " - "means to wait for CTRL-C"), + gettext_noop ("automatically terminate search after DELAY; the value " + "given must be a number followed by a space and a time " + "unit, for example \"500 ms\"; without a unit it defaults " + "to microseconds - 1 second = 1000000; if 0 or omitted " + "it means to wait for CTRL-C"), &timeout), GNUNET_GETOPT_option_increment_uint ( 'V', -- cgit v1.2.3