summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <sigmavirus24@users.noreply.github.com>2015-09-07 14:38:00 -0500
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2015-09-07 14:38:00 -0500
commit7ca1755532784c6dfb2ce0a6e146b6f31f5c8ff0 (patch)
treedb04a6fe32a3605fcfebe58f8b369d7391999c57
parent43869ab08b5f558b40547f8e9def6a4f35e0da88 (diff)
parent51b153475e8303410b19c5e064a56b977cdb7200 (diff)
downloadpep8-7ca1755532784c6dfb2ce0a6e146b6f31f5c8ff0.tar.gz
Merge pull request #436 from sigmavirus24/pr/409
Update PR #409
-rwxr-xr-xpep8.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pep8.py b/pep8.py
index 19c563b..0bea29a 100755
--- a/pep8.py
+++ b/pep8.py
@@ -1962,8 +1962,8 @@ 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="report only lines changed according to the "
- "unified diff received on STDIN")
+ 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):
group.add_option('--testsuite', metavar='dir',