aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authormadmurphy <madmurphy333@gmail.com>2022-02-10 22:45:00 +0000
committermadmurphy <madmurphy333@gmail.com>2022-02-10 22:45:00 +0000
commit9294003d1d51814ccb03b8f1b67a706690dcad29 (patch)
tree434f26153be6d6e8214509145940af52af1f6c51 /src/fs
parent4b887d8a8a849a8c878934009976dd47300b43cb (diff)
downloadgnunet-9294003d1d51814ccb03b8f1b67a706690dcad29.tar.gz
gnunet-9294003d1d51814ccb03b8f1b67a706690dcad29.zip
Add missing information to `gnunet-search`'s help page
Diffstat (limited to 'src/fs')
-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',