gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22328 - gnunet/doc/man


From: gnunet
Subject: [GNUnet-SVN] r22328 - gnunet/doc/man
Date: Tue, 26 Jun 2012 23:19:18 +0200

Author: grothoff
Date: 2012-06-26 23:19:18 +0200 (Tue, 26 Jun 2012)
New Revision: 22328

Added:
   gnunet/doc/man/gnunet-uri.1
Modified:
   gnunet/doc/man/Makefile.am
Log:
-man page for gnunet-uri

Modified: gnunet/doc/man/Makefile.am
===================================================================
--- gnunet/doc/man/Makefile.am  2012-06-26 21:16:24 UTC (rev 22327)
+++ gnunet/doc/man/Makefile.am  2012-06-26 21:19:18 UTC (rev 22328)
@@ -17,6 +17,7 @@
   gnunet-statistics.1 \
   gnunet-transport.1 \
   gnunet-unindex.1 \
+  gnunet-uri.1 \
   gnunet-vpn.1
 
 EXTRA_DIST = ${man_MANS}

Added: gnunet/doc/man/gnunet-uri.1
===================================================================
--- gnunet/doc/man/gnunet-uri.1                         (rev 0)
+++ gnunet/doc/man/gnunet-uri.1 2012-06-26 21:19:18 UTC (rev 22328)
@@ -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 <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]