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 daftwullie
Recipients daftwullie, docs@python
Date 2018-11-24.10:11:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543054310.5.0.788709270274.issue35307@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation of the command line options of the "vent" module, the option "--prompt" is missing:
    
Current text:
> [...]
> 
> The command, if run with -h, will show the available options:
> 
> usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
>              [--upgrade] [--without-pip]
>              ENV_DIR [ENV_DIR ...]
> 
> [...]

The prompt option is also missing in the rest of the example output

output of python3 -m venv -h:
> python3 -m venv -h
> usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
>             [--upgrade] [--without-pip] [--prompt PROMPT]
>             ENV_DIR [ENV_DIR ...]
> [...]
History
Date User Action Args
2018-11-24 10:11:50daftwulliesetrecipients: + daftwullie, docs@python
2018-11-24 10:11:50daftwulliesetmessageid: <1543054310.5.0.788709270274.issue35307@psf.upfronthosting.co.za>
2018-11-24 10:11:50daftwullielinkissue35307 messages
2018-11-24 10:11:50daftwulliecreate