diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-03 12:15:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-03 12:16:58 -0400 |
commit | 9b6ff4c882431dd9733a1c36fc3a2b662fa5f11a (patch) | |
tree | 1c57d82d1adce924e549f2c0a935d6b0266f9d5b /doc | |
parent | 66e610da7239e8921c0063043c07c7f2c3fd48d9 (diff) | |
download | tor-9b6ff4c882431dd9733a1c36fc3a2b662fa5f11a.tar.gz tor-9b6ff4c882431dd9733a1c36fc3a2b662fa5f11a.zip |
Teach checkOptionDocs about deprecation.
In particular, teach it that deprecated options must exist.
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 b5d6e87683..530e8ca774 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -84,6 +84,10 @@ COMMAND-LINE OPTIONS [[opt-list-torrc-options]] **--list-torrc-options**:: List all valid options. +[[opt-list-deprecated-options]] **--list-deprecated-options**:: + List all valid options that are scheduled to become obsolete in a + future version. (This is a warning, not a promise.) + [[opt-version]] **--version**:: Display Tor version and exit. |