diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-12 07:45:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-12 08:19:35 -0500 |
commit | 6d9db29ddae9e4086e878ed049c5fc91304db761 (patch) | |
tree | 68b79dcac590c1959ff454789d35eeddfa151ed8 /changes | |
parent | 233ccef6d878253ee4f0cfa4610577101b68e6c6 (diff) | |
download | tor-6d9db29ddae9e4086e878ed049c5fc91304db761.tar.gz tor-6d9db29ddae9e4086e878ed049c5fc91304db761.zip |
Document --dump-config.
Closes ticket 32467.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32467 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket32467 b/changes/ticket32467 new file mode 100644 index 0000000000..8cbb23812a --- /dev/null +++ b/changes/ticket32467 @@ -0,0 +1,3 @@ + o Documentation: + - Describe the --dump-config command in the manual page. Closes ticket + 32467. |