aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/gnunet-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-search.c b/src/fs/gnunet-search.c
index dddfe6b75..c3ca93713 100644
--- a/src/fs/gnunet-search.c
+++ b/src/fs/gnunet-search.c
@@ -300,7 +300,7 @@ main (int argc, char *const *argv)
300 1, &GNUNET_GETOPT_set_uint, &anonymity}, 300 1, &GNUNET_GETOPT_set_uint, &anonymity},
301 {'n', "no-network", NULL, 301 {'n', "no-network", NULL,
302 gettext_noop ("only search the local peer (no P2P network search)"), 302 gettext_noop ("only search the local peer (no P2P network search)"),
303 1, &GNUNET_GETOPT_set_uint, &local_only}, 303 0, &GNUNET_GETOPT_set_one, &local_only},
304 {'o', "output", "PREFIX", 304 {'o', "output", "PREFIX",
305 gettext_noop 305 gettext_noop
306 ("write search results to file starting with PREFIX"), 306 ("write search results to file starting with PREFIX"),