diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-11 12:32:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-11 12:32:59 -0400 |
commit | 6f9584b3fd5346bfc7ee58dedee2f1c292bf0354 (patch) | |
tree | 03487ec15b3ead556e81d087094de0519210fbdc /changes | |
parent | 3e3b9219ec968f21ab0956dd785c17541a908d5b (diff) | |
download | tor-6f9584b3fd5346bfc7ee58dedee2f1c292bf0354.tar.gz tor-6f9584b3fd5346bfc7ee58dedee2f1c292bf0354.zip |
Make --version, --help, etc incremement quiet level, never decrease it
Fixes other case of #9578
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9578 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug9578 b/changes/bug9578 new file mode 100644 index 0000000000..96d66fe1f7 --- /dev/null +++ b/changes/bug9578 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - When a command-line option such as --version or --help that ordinarily + implies --hush appears on the command line along with --quiet, obey + --quiet. Previously, we obeyed --quiet only if it appeared later on the + command line. Fixes bug 9578; bugfix on 0.2.5.1-alpha. + |