Merge with bugfix-0.5
/mp3togo/options.py
blob:5187fd7c21c1e1812e888cf663ff8d7a16026a71 -> blob:a5bd5724eab2bb02d83ff46a618f66880ddc1c63
--- mp3togo/options.py
+++ mp3togo/options.py
@@ -77,7 +77,7 @@ interface.
'''Write out a new config file with the options given and exit. To save the configuration to a different file, set --config to the desired filename. The file, if it exists, will be overwritten.'''),
('noconffile', '', 'no-config-file', False, self._noconffile,
'''Disable reading from and writing to the config file.'''),
- ('verbosity', 'v', 'verbose', 1, self._verbosity,
+ ('verbosity', 'v', 'verbose', 2, self._verbosity,
'''Set the verbosity level. A value of 0 will produce no output (except option parsing errors).'''),
('help', 'h', 'help', False, self._help,
'''Print this message.'''),