summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-13 01:09:06 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-13 01:09:06 +0200
commitcdb36abcc9bd1e221d3ccf4a88d7e04fde3f2ed6 (patch)
tree33714f6001dcf63ec7e47b5f94224f5792a3e634 /README.rst
parent362c76e182a5a60d70ccc8c33a03dc18bc4b27e5 (diff)
downloadpep8-cdb36abcc9bd1e221d3ccf4a88d7e04fde3f2ed6.tar.gz
Implement `--diff` to receive a unidiff on STDIN and report errors on modified code only. (Closes #39)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2d47cd5..b212dad 100644
--- a/README.rst
+++ b/README.rst
@@ -115,6 +115,8 @@ Quick help is available on the command line::
--doctest run doctest on myself
--config=path config file location (default: /home/user/.config/pep8)
--format=format set the error format [default|pylint|<custom>]
+ --diff report only lines changed according to the unified diff
+ received on STDIN
Feedback
--------