diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-04 15:02:08 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-04 15:02:08 +0000 |
commit | 9761c89280fe637c7dd78d6701d45695be93fcec (patch) | |
tree | 6759e7c7d8145be306ab75715586af89486a08ad /doc/man/gnunet-gns.1 | |
parent | ddc7733783792d50569dca78676be42b1b829ea5 (diff) |
adding gnunet-gns, a new tool for zone manipulations
Diffstat (limited to 'doc/man/gnunet-gns.1')
-rw-r--r-- | doc/man/gnunet-gns.1 | 34 |
1 files changed, 34 insertions, 0 deletions
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 <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> + |