aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-ecc.16
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/man/gnunet-ecc.1 b/doc/man/gnunet-ecc.1
index 35d877efd..a91a2ac2f 100644
--- a/doc/man/gnunet-ecc.1
+++ b/doc/man/gnunet-ecc.1
@@ -1,4 +1,4 @@
1.TH GNUNET\-ECC 1 "Mar 15, 2012" "GNUnet" 1.TH GNUNET\-ECC 1 "Jun 5, 2017" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-ecc \- manipulate GNUnet ECC key files 4gnunet\-ecc \- manipulate GNUnet ECC key files
@@ -19,6 +19,9 @@ Create COUNT public-private key pairs and write them to FILENAME. Used for crea
19.IP "\-p, \-\-print-public-key" 19.IP "\-p, \-\-print-public-key"
20Print the corresponding public key to stdout. This is the value used for PKEY records in GNS. 20Print the corresponding public key to stdout. This is the value used for PKEY records in GNS.
21.B 21.B
22.IP "\-p, \-\-print-hex"
23Print the corresponding public key to stdout in HEX format. Useful for comparing to Ed25519 keys in X.509 tools.
24.B
22.IP "\-P, \-\-print-peer-identity" 25.IP "\-P, \-\-print-peer-identity"
23Print the corresponding peer identity (hash of the public key) to stdout. This hash is used for the name of peers. 26Print the corresponding peer identity (hash of the public key) to stdout. This hash is used for the name of peers.
24.B 27.B
@@ -37,4 +40,3 @@ Print GNUnet version number.
37 40
38.SH BUGS 41.SH BUGS
39Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> 42Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
40