Message330376
| 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:50 | daftwullie | set | recipients: + daftwullie, docs@python |
| 2018-11-24 10:11:50 | daftwullie | set | messageid: <1543054310.5.0.788709270274.issue35307@psf.upfronthosting.co.za> |
| 2018-11-24 10:11:50 | daftwullie | link | issue35307 messages |
| 2018-11-24 10:11:50 | daftwullie | create | |