Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 70b4db0

Browse files
committed
Updated CLI documentation
1 parent 1c87b34 commit 70b4db0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/snippets/cli.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ Usage
55

66
.. code::
77
8-
Usage: pep257 [options] [<file|dir>...]
8+
Usage: pydocstyle [options] [<file|dir>...]
99
1010
Options:
1111
--version show program's version number and exit
1212
-h, --help show this help message and exit
1313
-e, --explain show explanation of each error
1414
-s, --source show source for each error
15+
-d, --debug print debug information
16+
-v, --verbose print status information
17+
--count print total number of errors to stdout
1518
--select=<codes> choose the basic list of checked errors by specifying
1619
which errors to check for (with a list of comma-
1720
separated error codes). for example:
@@ -33,9 +36,6 @@ Usage
3336
search only dirs that exactly match <pattern> regular
3437
expression; default is --match-dir='[^\.].*', which
3538
matches all dirs that don't start with a dot
36-
-d, --debug print debug information
37-
-v, --verbose print status information
38-
--count print total number of errors to stdout
3939
4040
4141
Return Code

0 commit comments

Comments
 (0)