From cb0afc84defcd9194588fc63db5c55db8cd7851d Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 11 Sep 2015 08:47:42 -0700 Subject: [PATCH] Removes invalid installer options from documentation. --- Doc/using/windows.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 5c19b81a46..ffaaa7913c 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. -- 2.40.0