gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: Add missing information to `gnunet-searc


From: gnunet
Subject: [gnunet] branch master updated: Add missing information to `gnunet-search`'s help page
Date: Thu, 10 Feb 2022 23:45:01 +0100

This is an automated email from the git hooks/post-receive script.

madmurphy pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 9294003d1 Add missing information to `gnunet-search`'s help page
9294003d1 is described below

commit 9294003d1d51814ccb03b8f1b67a706690dcad29
Author: madmurphy <madmurphy333@gmail.com>
AuthorDate: Thu Feb 10 22:45:00 2022 +0000

    Add missing information to `gnunet-search`'s help page
---
 src/fs/gnunet-search.c | 8 +++++---
 1 file 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)
       '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',

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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