mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #26034: Sync documentation of --clear with its behavior
Most of the docs has already been updated in c3c188a0325a.
This commit is contained in:
parent
a370a4271e
commit
547f66f599
2 changed files with 8 additions and 12 deletions
|
@ -45,9 +45,8 @@ The command, if run with ``-h``, will show the available options::
|
|||
are not the default for the platform.
|
||||
--copies Try to use copies rather than symlinks, even when
|
||||
symlinks are the default for the platform.
|
||||
--clear Delete the environment directory if it already exists.
|
||||
If not specified and the directory exists, an error is
|
||||
raised.
|
||||
--clear Delete the contents of the environment directory if it
|
||||
already exists, before environment creation.
|
||||
--upgrade Upgrade the environment directory to use this version
|
||||
of Python, assuming Python has been upgraded in-place.
|
||||
--without-pip Skips installing or upgrading pip in the virtual
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue