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 silvioprog
Recipients lys.nikolaou, pablogsal, silvioprog
Date 2021-11-28.02:53:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638068021.43.0.0311621080056.issue45912@roundup.psfhosted.org>
In-reply-to
Content
Using a simple program as example, the argparse library prints the following text:

usage: app.py [-h]

options:
  -h, --help  show this help message and exit

However, for more formality, it would be nice to print something like this:

Usage: app.py [-h]

Options:
  -h, --help  Show this help message and exit.

Notice the sentences start as capital letters and the helper string finishes with dot.
History
Date User Action Args
2021-11-28 02:53:41silvioprogsetrecipients: + silvioprog, lys.nikolaou, pablogsal
2021-11-28 02:53:41silvioprogsetmessageid: <1638068021.43.0.0311621080056.issue45912@roundup.psfhosted.org>
2021-11-28 02:53:41silvioproglinkissue45912 messages
2021-11-28 02:53:41silvioprogcreate