mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Fixes 14994. Calling this a bug on when --quiet and --hush began to have their current behavior.
8 lines
303 B
Text
8 lines
303 B
Text
o Minor bugfixes (command-line interface):
|
|
- When "--quiet" is provided along with "--validate-config", do not
|
|
write anything to stdout on success. Fixes bug 14994; bugfix on
|
|
0.2.3.3-alpha.
|
|
- When complaining about bad arguments to "--dump-config", use
|
|
stderr, not stdout.
|
|
|
|
|