blob: 96d66fe1f78add730128c6eb7f59de539ce77513 (
plain)
1
2
3
4
5
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.
|