This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author forest
Recipients
Date 2007-06-23.18:16:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
http://www.python.org/doc/2.5/lib/optparse-creating-parser.html

The docs say:

"add_help_option (default: True) If true, optparse will add a help option (with option strings "-h" and "-help") to the parser."

In fact, it adds option strings "-h" and "--help".  Note the additional '-' character as compared to the documentation.
History
Date User Action Args
2007-08-23 14:55:47adminlinkissue1742164 messages
2007-08-23 14:55:47admincreate