diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2021-03-28 03:56:31 +0100 |
---|---|---|
committer | Daniel Pinto <danielpinto52@gmail.com> | 2021-03-28 03:56:31 +0100 |
commit | ce60454afd4b3792b2dc3bf3ed68948bb52fe49a (patch) | |
tree | cca4050e519cb3c7c8291aef4c55c80bcd104c67 /doc/man | |
parent | 6c14f9076f80f7749543841d47a032d9a71bc6b6 (diff) | |
download | tor-ce60454afd4b3792b2dc3bf3ed68948bb52fe49a.tar.gz tor-ce60454afd4b3792b2dc3bf3ed68948bb52fe49a.zip |
Add long format name --torrc-file for command line option -f. #40324
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/tor.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 8761237aff..7222cd0548 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -67,7 +67,7 @@ The following options in this section are only recognized on the [[opt-h]] **`-h`**, **`--help`**:: Display a short help message and exit. -[[opt-f]] **`-f`** __FILE__:: +[[opt-f]] **`-f`**, **`--torrc-file`** __FILE__:: Specify a new configuration file to contain further Tor configuration options, or pass *-* to make Tor read its configuration from standard input. (Default: **`@CONFDIR@/torrc`**, or **`$HOME/.torrc`** if |