diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-06-14 19:18:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-06-14 19:18:12 +0200 |
commit | ce2f5491241f0fd46ebfb4563b5d020717898613 (patch) | |
tree | 3e52ccb600869d23d78194b041edbefef58c9866 /doc/man/gnunet-identity.1 | |
parent | 2a7c0cbbc0e81baef36446683c7e220eca1760c6 (diff) |
add option to display private keys
Diffstat (limited to 'doc/man/gnunet-identity.1')
-rw-r--r-- | doc/man/gnunet-identity.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man/gnunet-identity.1 b/doc/man/gnunet-identity.1 index cfb727885..fba649e8d 100644 --- a/doc/man/gnunet-identity.1 +++ b/doc/man/gnunet-identity.1 @@ -35,6 +35,7 @@ .Op Fl e Ar NAME | Fl \-ego= Ns Ar NAME .Op Fl h | \-help .Op Fl m | \-monitor +.Op Fl p | \-private-keys .Op Fl q | \-quiet .Op Fl s Ar SUBSYSTEM | Fl \-set= Ns Ar SUBSYSTEM .Op Fl V | \-verbose @@ -75,6 +76,8 @@ Run in monitor mode, listing all ouf our egos until CTRL-C is pressed. Each ego is listed together with a unique pointer value; if egos are renamed, that pointer value remains the same, if egos are deleted, they are listed one more time with a name of "<null>". +.It Fl p | \-private-keys +Print the private keys (in Crockford Base32 encoding), and not just the public keys. .It Fl q | \-quiet Be quiet, in particular outputs only the public key when listing egos. .It Fl s Ar SUBSYSTEM | Fl \-set= Ns Ar SUBSYSTEM |