1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/d075ea394e78/
changeset:   d075ea394e78
user:        johtso
date:        2012-07-12 18:00:48
summary:     Fix typo in terminal help text
affected #:  1 file

diff -r d691d36de2cc36ea05e02731d39e4a0461b6b1ab -r 
d075ea394e78c26c6377347b576b568ffd12cf15 _pytest/terminal.py
--- a/_pytest/terminal.py
+++ b/_pytest/terminal.py
@@ -12,7 +12,7 @@
     group._addoption('-v', '--verbose', action="count",
                dest="verbose", default=0, help="increase verbosity."),
     group._addoption('-q', '--quiet', action="count",
-               dest="quiet", default=0, help="decreate verbosity."),
+               dest="quiet", default=0, help="decrease verbosity."),
     group._addoption('-r',
          action="store", dest="reportchars", default=None, metavar="chars",
          help="show extra test summary info as specified by chars (f)ailed, "

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to