diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-30 10:10:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-26 12:17:28 -0400 |
commit | c323cc0913bae31a0b70c94bf5fd685acd3d1c07 (patch) | |
tree | 1330f4721382259029d3b2e49e1f6173741b4afb | |
parent | ac72ecd5813e878e223df48556a43061e0d0068c (diff) | |
download | tor-c323cc0913bae31a0b70c94bf5fd685acd3d1c07.tar.gz tor-c323cc0913bae31a0b70c94bf5fd685acd3d1c07.zip |
Document the --dbg- prefix in tor.1
-rw-r--r-- | doc/tor.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index ba9b9bb5e0..06772a5c7f 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -186,6 +186,13 @@ The following options in this section are only recognized on the ISO-8601 format. For example, the output sent to stdout will be of the form: "signing-cert-expiry: 2017-07-25 08:30:15 UTC" +[[opt-dbg]] **--dbg-**...:: + Tor may support other options beginning with the string "dbg". These + are intended for use by developers to debug and test Tor. They are + not supported or guaranteed to be stable, and you should probably + not use them. + + [[conf-format]] == THE CONFIGURATION FILE FORMAT |