aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-05 11:57:39 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-05 11:57:39 +0000
commit84a3345291a70c4a6a0d7d690820c056627672c6 (patch)
treecde6817c2a9cb2d2f462c13b513e015db9b13ec4 /doc
parentd5ed02822ed1545dc05292b9ed3907defb6d782e (diff)
verb
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-search.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/gnunet-search.1 b/doc/man/gnunet-search.1
index 248932d027..5eefaa099d 100644
--- a/doc/man/gnunet-search.1
+++ b/doc/man/gnunet-search.1
@@ -23,19 +23,27 @@ The default is 1 and this should be fine for most users. Also notice that if yo
.TP
\fB\-c \fIFILENAME\fR, \fB\-\-config=\fIFILENAME\fR
use config file (defaults: ~/.gnunet/gnunet.conf)
+
.TP
\fB\-h\fR, \fB\-\-help\fR
print help page
+
.TP
\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
Change the loglevel. Possible values for LOGLEVEL are
ERROR, WARNING, INFO and DEBUG.
+
.TP
\fB\-o \fIFILENAME\fR, \fB\-\-output=\fIFILENAME\fR
Writes a GNUnet directory containing all of the search results to FILENAME.
+
.TP
\fB\-v\fR, \fB\-\-version\fR
print the version number
+
+.TP
+\fB\-V\fR, \fB\-\-verbose\fR
+print meta data from search results as well
.SH NOTES
You can run gnunet\-search with an URI instead of a keyword. The URI can have the format for a namespace search or for a keyword search. For a namespace search, the format is gnunet://fs/sks/NAMESPACE/IDENTIFIER. For a keyword search, use gnunet://fs/ksk/KEYWORD[+KEYWORD]*. If the format does not correspond to a GNUnet URI, GNUnet will automatically assume that keywords are supplied directly.