aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-rsa.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-rsa.1')
-rw-r--r--doc/man/gnunet-rsa.15
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man/gnunet-rsa.1 b/doc/man/gnunet-rsa.1
index f3b1df3d3..46f24de1c 100644
--- a/doc/man/gnunet-rsa.1
+++ b/doc/man/gnunet-rsa.1
@@ -17,7 +17,10 @@ gnunet\-rsa \- manipulate GNUnet RSA key files
17Print the corresponding public key to stdout. 17Print the corresponding public key to stdout.
18.B 18.B
19.IP "\-P, \-\-print-peer-identity" 19.IP "\-P, \-\-print-peer-identity"
20Print the corresponding peer identity (hash of the public key) to stdout. 20Print the corresponding peer identity (hash of the public key) to stdout. This hash is used for the name of peers.
21.B
22.IP "\-s, \-\-print-short-identity"
23Print the corresponding short hash (256-bit hash of the public key) to stdout. This hash is used for names in the zkey zone.
21.B 24.B
22.IP "\-c FILENAME, \-\-config=FILENAME" 25.IP "\-c FILENAME, \-\-config=FILENAME"
23Use the configuration file FILENAME. 26Use the configuration file FILENAME.