summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-10-20 16:13:26 -0700
committerDavid Goulet <dgoulet@torproject.org>2020-11-17 11:23:08 -0500
commit1588767e655f87f49cf0f71d6e604117be52a135 (patch)
treef934532338354a858ee59741e17431c197c58255 /doc
parent3900b1937973141b5c75f7221162375f7a2e1f9c (diff)
downloadtor-1588767e655f87f49cf0f71d6e604117be52a135.tar.gz
tor-1588767e655f87f49cf0f71d6e604117be52a135.zip
Allow listing ed25519 fingerprints on the command line
Diffstat (limited to 'doc')
-rw-r--r--doc/man/tor.1.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt
index ab273925b1..e886d6f801 100644
--- a/doc/man/tor.1.txt
+++ b/doc/man/tor.1.txt
@@ -91,8 +91,9 @@ The following options in this section are only recognized on the
[[opt-hash-password]] **`--hash-password`** __PASSWORD__::
Generate a hashed password for control port access.
-[[opt-list-fingerprint]] **`--list-fingerprint`**::
- Generate your keys and output your nickname and fingerprint.
+[[opt-list-fingerprint]] **`--list-fingerprint`** [__key type__]::
+ Generate your keys and output your nickname and fingerprint. Optionally,
+ you can specify the key type as `rsa` (default) or `ed25519`.
[[opt-verify-config]] **`--verify-config`**::
Verify whether the configuration file is valid.