summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2015-09-07 14:15:33 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2015-09-07 14:16:31 -0500
commit51b153475e8303410b19c5e064a56b977cdb7200 (patch)
treedb04a6fe32a3605fcfebe58f8b369d7391999c57
parenta9dec314063c5de09758e8c5f124a7b62c639755 (diff)
downloadpep8-51b153475e8303410b19c5e064a56b977cdb7200.tar.gz
Use report instead of analyze in the help text
Closes #409
-rwxr-xr-xpep8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pep8.py b/pep8.py
index fdfb71f..0bea29a 100755
--- a/pep8.py
+++ b/pep8.py
@@ -1962,7 +1962,7 @@ def get_parser(prog='pep8', version=__version__):
parser.add_option('--format', metavar='format', default='default',
help="set the error format [default|pylint|<custom>]")
parser.add_option('--diff', action='store_true',
- help="analyze changes only within line number ranges of "
+ help="report changes only within line number ranges in "
"the unified diff received on STDIN")
group = parser.add_option_group("Testing Options")
if os.path.exists(TESTSUITE_PATH):