From: Simeon Veldstra Date: Thu, 3 Apr 2008 15:41:30 +0000 (-0700) Subject: Changed default verbose level to 2 X-Git-Tag: v0.5.13 X-Git-Url: http://puddle.ca/cgi-bin/gitweb.cgi?p=mp3togo;a=commitdiff;h=ac24154bb5a4d129d6c08ca25e95f8d5f5c505af Changed default verbose level to 2 --- --- a/README +++ b/README @@ -2,6 +2,7 @@ mp3togo (C) 2004 - 2007 Simeon Veldstra +http://puddle.ca/mp3togo/ INSTALLING --- a/mp3togo/__init__.py +++ b/mp3togo/__init__.py @@ -21,5 +21,5 @@ # __all__ = ('converter', 'main', 'options', 'setup') -version = '0.5.12' +version = '0.5.13' --- a/mp3togo/options.py +++ b/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.'''),