diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-17 12:01:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-17 12:01:45 -0400 |
commit | 800b823c292009dd232d9758d1b40c61072e4433 (patch) | |
tree | 06cf10e885a608cc72d6870fc35ac82bf28bb165 /changes | |
parent | 0081d6c112154ea1e4c1c6ad62e22406f2594e62 (diff) | |
parent | d97d7f0e48495e0b354b30b79992da822d12c15d (diff) | |
download | tor-800b823c292009dd232d9758d1b40c61072e4433.tar.gz tor-800b823c292009dd232d9758d1b40c61072e4433.zip |
Merge branch 'cmdline_refactor'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32003 | 4 |
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. |