diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-05-09 11:26:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-05-14 19:19:53 -0400 |
commit | 1b16fcb70cb9507184fe7316396c93c1daa12674 (patch) | |
tree | 5e44a6d5e30225466b19c25b1665a088c4373c37 /doc | |
parent | 231036a110c1062e39b214b4b88fdc2a1eb46dc8 (diff) | |
download | tor-1b16fcb70cb9507184fe7316396c93c1daa12674.tar.gz tor-1b16fcb70cb9507184fe7316396c93c1daa12674.zip |
Add a --list-modules command
Closes ticket 30452.
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 975a198182..f46929897b 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -88,6 +88,10 @@ COMMAND-LINE OPTIONS List all valid options that are scheduled to become obsolete in a future version. (This is a warning, not a promise.) +[[opt-list-modules]] **--list-modules**:: + For each optional module, list whether or not it has been compiled + into Tor. (Any module not listed is not optional in this version of Tor.) + [[opt-version]] **--version**:: Display Tor version and exit. |