mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
Document the --passphrase-fd option in the tor manpage
This commit is contained in:
parent
421a7c8c35
commit
90f85b012a
2 changed files with 8 additions and 0 deletions
3
changes/bug19504
Normal file
3
changes/bug19504
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Minor bugfixes (documentation):
|
||||
- Document the --passphrase-fd option in the tor manpage.
|
||||
Fixes bug 19504.
|
|
@ -118,6 +118,11 @@ COMMAND-LINE OPTIONS
|
|||
directory of your Tor daemon, and make sure that they are owned by the
|
||||
user actually running the Tor daemon on your system.
|
||||
|
||||
**--passphrase-fd** __FILEDES__::
|
||||
Filedescriptor to read the passphrase from. Ends at the first NUL or
|
||||
newline. Default: read from the terminal.
|
||||
|
||||
|
||||
Other options can be specified on the command-line in the format "--option
|
||||
value", in the format "option value", or in a configuration file. For
|
||||
instance, you can tell Tor to start listening for SOCKS connections on port
|
||||
|
|
Loading…
Add table
Reference in a new issue