[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread Ben Schmaus
New submission from Ben Schmaus benjamin.schm...@gmail.com: The argparse module lists required args as optional in the default help message. If you run the following program (also attached) you'll get the output listed below. #!/usr/bin/env python import argparse parser

[issue9694] argparse: Default Help Message Lists Required Args As Optional

2010-08-26 Thread Ben Schmaus
Ben Schmaus benjamin.schm...@gmail.com added the comment: FWIW, I like the idea of just using the label options. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9694