diff -r dc699f150fd3 Doc/using/venv-create.inc --- a/Doc/using/venv-create.inc Mon Feb 02 14:22:13 2015 -0500 +++ b/Doc/using/venv-create.inc Mon Feb 02 20:53:10 2015 +0000 @@ -29,7 +29,7 @@ The command, if run with ``-h``, will show the available options:: - usage: pyvenv [-h] [--system-site-packages] [--symlinks] [--clear] + usage: venv [-h] [--system-site-packages] [--symlinks] [--clear] [--upgrade] [--without-pip] ENV_DIR [ENV_DIR ...] Creates virtual Python environments in one or more target directories. @@ -53,6 +53,9 @@ --without-pip Skips installing or upgrading pip in the virtual environment (pip is bootstrapped by default) +Depending on how the ``venv`` functionality has been invoked the usage +message may vary. + .. versionchanged:: 3.4 Installs pip by default, added the ``--without-pip`` and ``--copies`` options