diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-11-01 10:35:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-11-01 10:35:49 +0100 |
commit | 831b3c548f00040953421f1aaa8d4c5964b34f12 (patch) | |
tree | 87bc6334ff1b19092138e65bee98bd229024e781 /doc/man | |
parent | d1a84861ce988b9cdc87e19ff140400833e616fd (diff) |
properly document gnunet-ecc options in man page
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/gnunet-ecc.1 | 8 |
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 .IP "\-p, \-\-print-public-key" Print the corresponding public key to stdout. This is the value used for PKEY records in GNS. .B -.IP "\-p, \-\-print-hex" -Print the corresponding public key to stdout in HEX format. Useful for comparing to Ed25519 keys in X.509 tools. +.IP "\-P, \-\-print-private-key" +Print the corresponding private key to stdout. This is the value used for PKEY records in GNS. .B -.IP "\-P, \-\-print-peer-identity" -Print the corresponding peer identity (hash of the public key) to stdout. This hash is used for the name of peers. +.IP "\-x, \-\-print-hex" +Print the corresponding public key to stdout in HEX format. Useful for comparing to Ed25519 keys in X.509 tools. .B .IP "\-c FILENAME, \-\-config=FILENAME" Use the configuration file FILENAME. |