Amaury Forgeot d'Arc <[email protected]> added the comment: - For the -h option, you may add "add_help_option=False" when creating the Optparse object
- concerning the error message: every parser that tries to give meaningful error messages has to guess what the user really meant. The exact text is really an implementation detail. ---------- nosy: +amaury.forgeotdarc resolution: -> works for me status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4278> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
