Skip to content

Commit

Permalink
Document new option
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Apr 6, 2014
1 parent 8b68de4 commit 797c3dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Expand Up @@ -137,7 +137,8 @@ Below is the help output::

usage: docformatter [-h] [-i] [-r] [--wrap-summaries length]
[--wrap-descriptions length] [--no-blank]
[--pre-summary-newline] [--force-wrap] [--version]
[--pre-summary-newline] [--force-wrap] [--range line line]
[--version]
files [files ...]

Formats docstrings to follow PEP 257.
Expand All @@ -159,6 +160,8 @@ Below is the help output::
docstring
--force-wrap force descriptions to be wrapped even if it may result
in a mess
--range line line apply docformatter to docstrings between these lines;
line numbers are indexed at 1
--version show program's version number and exit


Expand Down

0 comments on commit 797c3dd

Please sign in to comment.