From 9761c89280fe637c7dd78d6701d45695be93fcec Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 4 Mar 2012 15:02:08 +0000 Subject: adding gnunet-gns, a new tool for zone manipulations --- doc/man/Makefile.am | 1 + doc/man/gnunet-gns.1 | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 doc/man/gnunet-gns.1 (limited to 'doc') diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 5b6f08ab5..2a63b1f36 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -4,6 +4,7 @@ man_MANS = \ gnunet-download.1 \ gnunet-download-manager.1 \ gnunet-fs.1 \ + gnunet-gns.1 \ gnunet-nat-server.1 \ gnunet-peerinfo.1 \ gnunet-pseudonym.1 \ diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1 new file mode 100644 index 000000000..12fd5e316 --- /dev/null +++ b/doc/man/gnunet-gns.1 @@ -0,0 +1,34 @@ +.TH GNUNET\-GNS 1 "Jan 4, 2012" "GNUnet" + +.SH NAME +gnunet\-gns \- manipulate GNUnet GNS zones + +.SH SYNOPSIS +.B gnunet\-gns +.RI [ options ] -z ZONEFILE +.br + +.SH DESCRIPTION +\fBgnunet\-gns\fP can be used to create and manipulate a GNS zone. + +.SH OPTIONS +.B +.IP "\-z FILENAME, \-\-zonekey=FILENAME" +Specifies the filename with the private key for the zone (mandatory option) +.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 or by sending electronic mail to + -- cgit v1.2.3