aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-search.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-search.1')
-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 248932d02..5eefaa099 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
23.TP 23.TP
24\fB\-c \fIFILENAME\fR, \fB\-\-config=\fIFILENAME\fR 24\fB\-c \fIFILENAME\fR, \fB\-\-config=\fIFILENAME\fR
25use config file (defaults: ~/.gnunet/gnunet.conf) 25use config file (defaults: ~/.gnunet/gnunet.conf)
26
26.TP 27.TP
27\fB\-h\fR, \fB\-\-help\fR 28\fB\-h\fR, \fB\-\-help\fR
28print help page 29print help page
30
29.TP 31.TP
30\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR 32\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=\fILOGLEVEL\fR
31Change the loglevel. Possible values for LOGLEVEL are 33Change the loglevel. Possible values for LOGLEVEL are
32ERROR, WARNING, INFO and DEBUG. 34ERROR, WARNING, INFO and DEBUG.
35
33.TP 36.TP
34\fB\-o \fIFILENAME\fR, \fB\-\-output=\fIFILENAME\fR 37\fB\-o \fIFILENAME\fR, \fB\-\-output=\fIFILENAME\fR
35Writes a GNUnet directory containing all of the search results to FILENAME. 38Writes a GNUnet directory containing all of the search results to FILENAME.
39
36.TP 40.TP
37\fB\-v\fR, \fB\-\-version\fR 41\fB\-v\fR, \fB\-\-version\fR
38print the version number 42print the version number
43
44.TP
45\fB\-V\fR, \fB\-\-verbose\fR
46print meta data from search results as well
39.SH NOTES 47.SH NOTES
40 48
41You 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. 49You 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.