aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-04 14:46:33 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-04 14:46:33 +0200
commit97baa2271fab56da227f345fd8ba306d67f2c437 (patch)
treea0e1e21a19e3f0c3bb6a9fe538d20a91b05274ad /doc/man
parent61ef51d43a9069b5a2d680883b5d47c1fb237d82 (diff)
downloadgnunet-97baa2271fab56da227f345fd8ba306d67f2c437.tar.gz
gnunet-97baa2271fab56da227f345fd8ba306d67f2c437.zip
add -x option to gnunet-ecc for #4629
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