mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
tor-gencert.1: fix --passphrase-fd description
This commit is contained in:
parent
421a7c8c35
commit
135800f75c
5
changes/bug19505
Normal file
5
changes/bug19505
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
o Minor bugfixes (documentation):
|
||||||
|
- Fix the description of the --passphrase-fd option in the tor-gencert
|
||||||
|
manpage. The option is used to pass the number of a file descriptor to
|
||||||
|
read the passphrase from, not to read the file descriptor from. Fixes
|
||||||
|
bug 19505.
|
@ -68,7 +68,7 @@ OPTIONS
|
|||||||
Number of months that the certificate should be valid. Default: 12.
|
Number of months that the certificate should be valid. Default: 12.
|
||||||
|
|
||||||
**--passphrase-fd** __FILEDES__::
|
**--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.
|
newline. Default: read from the terminal.
|
||||||
|
|
||||||
**-a** __address__:__port__::
|
**-a** __address__:__port__::
|
||||||
|
Loading…
Reference in New Issue
Block a user