bpo-35307: Included --prompt flag in help output by holgi · Pull Request #10711 · python/cpython

@holgi

In the output of "python -m venv --h" the "--prompt" flag was missing in the usage description and the optionals arguments section

tirkarthi

csabella

csabella

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 22, 2019
Document usage of the existing `--prompt` option in the command line help.
(cherry picked from commit 3208880)

Co-authored-by: Holger Frey <socials@holgerfrey.de>

miss-islington added a commit that referenced this pull request

Feb 22, 2019
Document usage of the existing `--prompt` option in the command line help.
(cherry picked from commit 3208880)

Co-authored-by: Holger Frey <socials@holgerfrey.de>