aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-15 10:59:49 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-15 10:59:49 +0000
commit06ab78ee651fdda7cf37a7c012445bb087060a05 (patch)
tree3bc1c510eb0c1440406245832ab0aacc8ad011cd /doc/man
parent6ae1a7d3bab29dd9d75c268aee9d0e0e002acf6c (diff)
downloadgnunet-06ab78ee651fdda7cf37a7c012445bb087060a05.tar.gz
gnunet-06ab78ee651fdda7cf37a7c012445bb087060a05.zip
add -P option for printing peer identities with gnunet-rsa
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-rsa.19
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/man/gnunet-rsa.1 b/doc/man/gnunet-rsa.1
index 3d9aae8af..f3b1df3d3 100644
--- a/doc/man/gnunet-rsa.1
+++ b/doc/man/gnunet-rsa.1
@@ -1,4 +1,4 @@
1.TH GNUNET\-RSA 1 "Jan 4, 2012" "GNUnet" 1.TH GNUNET\-RSA 1 "Mar 15, 2012" "GNUnet"
2 2
3.SH NAME 3.SH NAME
4gnunet\-rsa \- manipulate GNUnet RSA key files 4gnunet\-rsa \- manipulate GNUnet RSA key files
@@ -13,8 +13,11 @@ gnunet\-rsa \- manipulate GNUnet RSA key files
13 13
14.SH OPTIONS 14.SH OPTIONS
15.B 15.B
16.IP "\-p, \-\-print" 16.IP "\-p, \-\-print-public-key"
17Print the corresponding public key (to stdout). 17Print the corresponding public key to stdout.
18.B
19.IP "\-P, \-\-print-peer-identity"
20Print the corresponding peer identity (hash of the public key) to stdout.
18.B 21.B
19.IP "\-c FILENAME, \-\-config=FILENAME" 22.IP "\-c FILENAME, \-\-config=FILENAME"
20Use the configuration file FILENAME. 23Use the configuration file FILENAME.