diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2013-11-03 18:53:41 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-07 14:26:05 -0500 |
commit | 86cfc64d4565187250c8b92d25c24a1c5a0bec0d (patch) | |
tree | bcb364729cf3a57a1edbe57d2bb2f23511248b12 /doc | |
parent | 12dc55f4878d16bfc3fb6789b31494d47df7ccec (diff) | |
download | tor-86cfc64d4565187250c8b92d25c24a1c5a0bec0d.tar.gz tor-86cfc64d4565187250c8b92d25c24a1c5a0bec0d.zip |
Implementing --allow-missing-torrc CLI option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 86928718ac..82f4e33763 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -45,6 +45,10 @@ COMMAND-LINE OPTIONS options. (Default: $HOME/.torrc, or @CONFDIR@/torrc if that file is not found) +[[opt-allow-missing-torrc]] **--allow-missing-torrc**:: + Do not require that configuration file specified by **-f** exist if + default torrc can be accessed. + [[opt-defaults-torrc]] **--defaults-torrc** __FILE__:: Specify a file in which to find default values for Tor options. The contents of this file are overridden by those in the regular |