aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-ecc.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-ecc.1')
-rw-r--r--doc/man/gnunet-ecc.18
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/gnunet-ecc.1 b/doc/man/gnunet-ecc.1
index a91a2ac2f..910687f1f 100644
--- a/doc/man/gnunet-ecc.1
+++ b/doc/man/gnunet-ecc.1
@@ -19,11 +19,11 @@ 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" 22.IP "\-P, \-\-print-private-key"
23Print the corresponding public key to stdout in HEX format. Useful for comparing to Ed25519 keys in X.509 tools. 23Print the corresponding private key to stdout. This is the value used for PKEY records in GNS.
24.B 24.B
25.IP "\-P, \-\-print-peer-identity" 25.IP "\-x, \-\-print-hex"
26Print the corresponding peer identity (hash of the public key) to stdout. This hash is used for the name of peers. 26Print the corresponding public key to stdout in HEX format. Useful for comparing to Ed25519 keys in X.509 tools.
27.B 27.B
28.IP "\-c FILENAME, \-\-config=FILENAME" 28.IP "\-c FILENAME, \-\-config=FILENAME"
29Use the configuration file FILENAME. 29Use the configuration file FILENAME.