aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-08 13:21:24 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-17 12:01:40 -0400
commit35c18870b420e0ce7037c834709ff6daffd70754 (patch)
tree8306037dd6b1c45b44e901df1982c75bab4620fa
parentbfdfaae0405aa683cdae85bde58da742f4b59ae5 (diff)
downloadtor-35c18870b420e0ce7037c834709ff6daffd70754.tar.gz
tor-35c18870b420e0ce7037c834709ff6daffd70754.zip
add a changes file for 32003 (command-line option parsing).
-rw-r--r--changes/ticket320034
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32003 b/changes/ticket32003
new file mode 100644
index 0000000000..b8809f288e
--- /dev/null
+++ b/changes/ticket32003
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - When parsing the command line, handle options that determine our "quiet
+ level" and our mode of operation (e.g., --dump-config and so on)
+ all in one table. Closes ticket 32003.