Slight rewording of docstring.

This commit is contained in:
Barry Warsaw 2001-11-12 14:58:07 +00:00
parent 0d68c2e31e
commit 2e318ecd10
1 changed files with 2 additions and 4 deletions

View File

@ -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