summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-01-30 10:17:29 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-01-30 10:17:29 (GMT)
commitf108a583659b3d50916fca89e38e8b57812efc18 (patch)
tree0c6e95cfb4b40ca3e7a43a9987350e1a1381b0bb /Doc
parentcca32995b35aa9c371459e19caaa003d1e761b8a (diff)
parenta9744aebc89a86ce005170f79f70e95d3bbfa130 (diff)
downloadcpython-f108a583659b3d50916fca89e38e8b57812efc18.zip
cpython-f108a583659b3d50916fca89e38e8b57812efc18.tar.gz
cpython-f108a583659b3d50916fca89e38e8b57812efc18.tar.bz2
Update output of venv -h
* Update description of the --system-site-packages option * Show --copies option in the usage
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/venv-create.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc
index 0873a99..ebce8c3 100644
--- a/Doc/using/venv-create.inc
+++ b/Doc/using/venv-create.inc
@@ -29,8 +29,9 @@ or equivalently::
The command, if run with ``-h``, will show the available options::
- usage: venv [-h] [--system-site-packages] [--symlinks] [--clear]
- [--upgrade] [--without-pip] ENV_DIR [ENV_DIR ...]
+ usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
+ [--upgrade] [--without-pip]
+ ENV_DIR [ENV_DIR ...]
Creates virtual Python environments in one or more target directories.
@@ -39,8 +40,8 @@ The command, if run with ``-h``, will show the available options::
optional arguments:
-h, --help show this help message and exit
- --system-site-packages Give access to the global site-packages dir to the
- virtual environment.
+ --system-site-packages Give the virtual environment access to the system
+ site-packages dir.
--symlinks Try to use symlinks rather than copies, when symlinks
are not the default for the platform.
--copies Try to use copies rather than symlinks, even when