``` python -m webbrowser --help option --help not recognized Usage: /usr/lib64/python3.11/webbrowser.py [-n | -t] url -n: open new window -t: open new tab ``` I would expect any command to provide a `-h / --help` option. OK, the effect is about the same, but "option --help not recognized" is a bit surprising. <!-- gh-linked-prs --> ### Linked PRs * gh-101374 <!-- /gh-linked-prs -->
I would expect any command to provide a
-h / --helpoption. OK, the effect is about the same, but "option --help not recognized" is a bit surprising.Linked PRs