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 shihai1991
Recipients paul.j3, rhettinger, shihai1991, xtreak
Date 2019-12-25.14:08:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577282901.27.0.600420525871.issue39106@roundup.psfhosted.org>
In-reply-to
Content
I checked some other common clis and it is show all right available options too. So I thought the argparse's help function is good enough too ;)

```
$ ps -etest
error: TTY could not be found

Usage:
 ps [options]

 Try 'ps --help <simple|list|output|threads|misc|all>'
  or 'ps --help <s|l|o|t|m|a>'
 for additional help text.

For more details see ps(1).
```

```
$ top test
top: unknown option 't'
Usage:
  top -hv | -bcHiOSs -d secs -n max -u|U user -p pid(s) -o field -w [cols]
```
History
Date User Action Args
2019-12-25 14:08:21shihai1991setrecipients: + shihai1991, rhettinger, paul.j3, xtreak
2019-12-25 14:08:21shihai1991setmessageid: <1577282901.27.0.600420525871.issue39106@roundup.psfhosted.org>
2019-12-25 14:08:21shihai1991linkissue39106 messages
2019-12-25 14:08:21shihai1991create