aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-search.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-31 08:56:09 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-31 08:56:09 +0000
commitb85229645add2ce8255eb8ee620b6807a96f8e81 (patch)
tree8ce0fc06709e39c3557f346da2529cb0afe1ad54 /src/fs/gnunet-search.c
parent98e6b155d4ea5e63dcf6acb0480d2806f6df6d45 (diff)
downloadgnunet-b85229645add2ce8255eb8ee620b6807a96f8e81.tar.gz
gnunet-b85229645add2ce8255eb8ee620b6807a96f8e81.zip
fix as found by LRN
Diffstat (limited to 'src/fs/gnunet-search.c')
-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"),