-man page for gnunet-uri
authorChristian Grothoff <christian@grothoff.org>
Tue, 26 Jun 2012 21:19:18 +0000 (21:19 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 26 Jun 2012 21:19:18 +0000 (21:19 +0000)
doc/man/Makefile.am
doc/man/gnunet-uri.1 [new file with mode: 0644]

index de6a823a2cfd6bf09df3aa804d7aa659271d38ee..4a50dec55b3ce2dbe5b6c5e232e1bc34ae1a91eb 100644 (file)
@@ -17,6 +17,7 @@ man_MANS = \
   gnunet-statistics.1 \
   gnunet-transport.1 \
   gnunet-unindex.1 \
+  gnunet-uri.1 \
   gnunet-vpn.1
 
 EXTRA_DIST = ${man_MANS}
diff --git a/doc/man/gnunet-uri.1 b/doc/man/gnunet-uri.1
new file mode 100644 (file)
index 0000000..9eac68a
--- /dev/null
@@ -0,0 +1,30 @@
+.TH GNUNET\-URI 1 "Jun 26, 2012" "GNUnet"
+
+.SH NAME
+gnunet\-uri \- invoke default handler for GNUnet URIs
+
+.SH SYNOPSIS
+.B gnunet\-uri
+.RI URI
+.br
+
+.SH DESCRIPTION
+\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.
+
+.SH OPTIONS
+.B
+.IP "\-c FILENAME,  \-\-config=FILENAME"
+Use the configuration file FILENAME.
+.B
+.IP "\-h, \-\-help"
+Print short help on options.
+.B
+.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
+Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
+.B
+.IP "\-v, \-\-version"
+Print GNUnet version number.
+
+
+.SH BUGS
+Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>