aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-uri.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-uri.1')
-rw-r--r--doc/man/gnunet-uri.130
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/man/gnunet-uri.1 b/doc/man/gnunet-uri.1
new file mode 100644
index 000000000..9eac68a6d
--- /dev/null
+++ b/doc/man/gnunet-uri.1
@@ -0,0 +1,30 @@
1.TH GNUNET\-URI 1 "Jun 26, 2012" "GNUnet"
2
3.SH NAME
4gnunet\-uri \- invoke default handler for GNUnet URIs
5
6.SH SYNOPSIS
7.B gnunet\-uri
8.RI URI
9.br
10
11.SH DESCRIPTION
12\fBgnunet\-uri\fP can be used to invoke the correct tool to handle a GNUnet URI. GNUnet URIs have the format "gnunet://SUBSYSTEM/DETAILS" and thus the specific tool to handle the URI depends on the subsystem. gnunet\-uri will determine the correct tool (by looking for SUBSYSTEM in the configuration section "uri") and invoke it.
13
14.SH OPTIONS
15.B
16.IP "\-c FILENAME, \-\-config=FILENAME"
17Use the configuration file FILENAME.
18.B
19.IP "\-h, \-\-help"
20Print short help on options.
21.B
22.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
23Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR.
24.B
25.IP "\-v, \-\-version"
26Print GNUnet version number.
27
28
29.SH BUGS
30Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>