From 300faf7770abc53358f27c8768470ce7ba698afd Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 18 May 2014 18:39:23 -0700 Subject: [PATCH] Add the max-line-length to the usage help --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 0d9f32b..c2af63a 100644 --- a/README.rst +++ b/README.rst @@ -47,5 +47,7 @@ Usage pep8.ini, setup.cfg) --allow-long-titles allow long section titles (default: False) --ignore code ignore the given errors code/codes + --max-line-length int + maximum allowed line length (default: 79) .. _rst: http://docutils.sourceforge.net/docs/ref/rst/introduction.html