summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-11 15:47:55 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-11 15:47:55 (GMT)
commit87182ab8ba5b054c636455ec9865c99c9b38a48f (patch)
tree1c2a925a922f43dbd4f4a715e28c60aef6eba9e6
parente390410ca4cf8d52f4692e0f01ee0d48fa901435 (diff)
parentcb0afc84defcd9194588fc63db5c55db8cd7851d (diff)
downloadcpython-87182ab8ba5b054c636455ec9865c99c9b38a48f.zip
cpython-87182ab8ba5b054c636455ec9865c99c9b38a48f.tar.gz
cpython-87182ab8ba5b054c636455ec9865c99c9b38a48f.tar.bz2
Merge with 3.5
-rw-r--r--Doc/using/windows.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 5c19b81..ffaaa79 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -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.