projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10fe23b
)
Backport 8a9f8f34d9d5.
author
Georg Brandl
<georg@python.org>
Sat, 16 Apr 2011 15:05:30 +0000
(17:05 +0200)
committer
Georg Brandl
<georg@python.org>
Sat, 16 Apr 2011 15:05:30 +0000
(17:05 +0200)
Doc/library/argparse.rst
patch
|
blob
|
history
diff --git
a/Doc/library/argparse.rst
b/Doc/library/argparse.rst
index 2164ec004e5d4e0c43f4f9d17f32bd031b5dcf12..9c260ac1131a51bd150e802602f63fce563dd455 100644
(file)
--- a/
Doc/library/argparse.rst
+++ b/
Doc/library/argparse.rst
@@
-221,7
+221,7
@@
the parser's help message. For example, consider a file named
parser.add_argument('--foo', help='foo help')
args = parser.parse_args()
-If ``-h`` or ``--help`` is supplied
is
at the command-line, the ArgumentParser
+If ``-h`` or ``--help`` is supplied at the command-line, the ArgumentParser
help will be printed::
$ python myprogram.py --help