diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-12-22 22:01:12 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-12-22 22:01:12 +0100 |
commit | 4eb9802a8d5c741366bf542bdf3e57eece0dc53f (patch) | |
tree | d6a722518017cfa6454af6a806e10b65e8bf925b /docs | |
parent | f5ebcd7c8ce440ab9d795413e5b1e29940e360c4 (diff) | |
download | pep8-4eb9802a8d5c741366bf542bdf3e57eece0dc53f.tar.gz |
Option --repeat is obsolete
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index 59698f3..e2c668b 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -125,7 +125,6 @@ Quick help is available on the command line:: -h, --help show this help message and exit -v, --verbose print status messages, or debug with -vv -q, --quiet report only file names, or nothing with -qq - -r, --repeat (obsolete) show all occurrences of the same error --first show first occurrence of each error --exclude=patterns exclude files or directories which match these comma separated patterns (default: .svn,CVS,.bzr,.hg,.git) |