Slight rewording of docstring.
This commit is contained in:
parent
0d68c2e31e
commit
2e318ecd10
|
@ -4,10 +4,6 @@ convert PEP's to (X)HTML - courtesy of /F
|
||||||
|
|
||||||
Usage: %(PROGRAM)s [options] [peps]
|
Usage: %(PROGRAM)s [options] [peps]
|
||||||
|
|
||||||
Notes:
|
|
||||||
|
|
||||||
The optional argument peps can be either pep numbers or .txt files.
|
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-u/--user
|
-u/--user
|
||||||
|
@ -24,6 +20,8 @@ Options:
|
||||||
|
|
||||||
-h/--help
|
-h/--help
|
||||||
Print this help message and exit.
|
Print this help message and exit.
|
||||||
|
|
||||||
|
The optional argument `peps' is a list of either pep numbers or .txt files.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
Loading…
Reference in New Issue