diff options
author | Peter Palfrader <peter@palfrader.org> | 2016-06-25 16:48:42 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2016-06-25 16:48:42 +0200 |
commit | 135800f75ce2b7d299b921acd9dbc5012b8787e0 (patch) | |
tree | b50460db1d1ff00c7863912f3afb3febcd9628b2 /doc/tor-gencert.1.txt | |
parent | 421a7c8c35064993cf4ce344e4b0fab06e7df3a4 (diff) | |
download | tor-135800f75ce2b7d299b921acd9dbc5012b8787e0.tar.gz tor-135800f75ce2b7d299b921acd9dbc5012b8787e0.zip |
tor-gencert.1: fix --passphrase-fd description
Diffstat (limited to 'doc/tor-gencert.1.txt')
-rw-r--r-- | doc/tor-gencert.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-gencert.1.txt b/doc/tor-gencert.1.txt index aa61ec3ec6..6bba548b87 100644 --- a/doc/tor-gencert.1.txt +++ b/doc/tor-gencert.1.txt @@ -68,7 +68,7 @@ OPTIONS Number of months that the certificate should be valid. Default: 12. **--passphrase-fd** __FILEDES__:: - Filedescriptor to read the file descriptor from. Ends at the first NUL or + Filedescriptor to read the passphrase from. Ends at the first NUL or newline. Default: read from the terminal. **-a** __address__:__port__:: |