mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Removes invalid installer options from documentation.
This commit is contained in:
parent
f9fdfa7c4e
commit
cb0afc84de
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ machines without user interaction. These options may also be set without
|
|||
suppressing the UI in order to change some of the defaults.
|
||||
|
||||
To completely hide the installer UI and install Python silently, pass the
|
||||
``/quiet`` (``/q``) option. To skip past the user interaction but still display
|
||||
progress and errors, pass the ``/passive`` (``/p``) option. The ``/uninstall``
|
||||
``/quiet`` option. To skip past the user interaction but still display
|
||||
progress and errors, pass the ``/passive`` option. The ``/uninstall``
|
||||
option may be passed to immediately begin removing Python - no prompt will be
|
||||
displayed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue