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 paul.j3
Recipients docs@python, paul.j3
Date 2013-01-12.04:00:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357963257.08.0.262737985676.issue16940@psf.upfronthosting.co.za>
In-reply-to
Content
Argparse
15.4.5.1. Sub-commands

In the example:

>>> parser.parse_args(['--help'])
usage: PROG [-h] [--foo] {a,b} ...

positional arguments:
  {a,b}   sub-command help
a     a help
b     b help

optional arguments:
  -h, --help  show this help message and exit
  --foo   foo help

The 'a help', 'b help' lines should be indented
History
Date User Action Args
2013-01-12 04:00:57paul.j3setrecipients: + paul.j3, docs@python
2013-01-12 04:00:57paul.j3setmessageid: <1357963257.08.0.262737985676.issue16940@psf.upfronthosting.co.za>
2013-01-12 04:00:56paul.j3linkissue16940 messages
2013-01-12 04:00:55paul.j3create