Skip to content

Commit 51b1534

Browse files
committed
Use report instead of analyze in the help text
Closes #409
1 parent a9dec31 commit 51b1534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,7 @@ def get_parser(prog='pep8', version=__version__):
19621962
parser.add_option('--format', metavar='format', default='default',
19631963
help="set the error format [default|pylint|<custom>]")
19641964
parser.add_option('--diff', action='store_true',
1965-
help="analyze changes only within line number ranges of "
1965+
help="report changes only within line number ranges in "
19661966
"the unified diff received on STDIN")
19671967
group = parser.add_option_group("Testing Options")
19681968
if os.path.exists(TESTSUITE_PATH):

0 commit comments

Comments
 (0)