diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-07 14:42:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-07 14:42:58 -0500 |
commit | 940d286a7493ba890f89f17cc5c70c3e37a7ccd0 (patch) | |
tree | b7ab281db51dd27634db8c8de810594aba4939b0 /doc | |
parent | 86cfc64d4565187250c8b92d25c24a1c5a0bec0d (diff) | |
download | tor-940d286a7493ba890f89f17cc5c70c3e37a7ccd0.tar.gz tor-940d286a7493ba890f89f17cc5c70c3e37a7ccd0.zip |
Documentation and tests for 10060
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 82f4e33763..b457ee5a7e 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -55,6 +55,11 @@ COMMAND-LINE OPTIONS configuration file, and by those on the command line. (Default: @CONFDIR@/torrc-defaults.) +[[opt-ignore-missing-torrc]] **--ignore-missing-torrc**:: + Specifies that Tor should treat a missing torrc file as though it + were empty. Ordinarily, Tor does this for missing default torrc files, + but not for those specified on the command line. + [[opt-hash-password]] **--hash-password** __PASSWORD__:: Generates a hashed password for control port access. |