add a changes file for 32003 (command-line option parsing).

This commit is contained in:
Nick Mathewson
2019-10-08 13:21:24 -04:00
parent bfdfaae040
commit 35c18870b4
+4
View File
@@ -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.