]> granicus.if.org Git - python/commitdiff
Removes invalid installer options from documentation.
authorSteve Dower <steve.dower@microsoft.com>
Fri, 11 Sep 2015 15:47:42 +0000 (08:47 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 11 Sep 2015 15:47:42 +0000 (08:47 -0700)
Doc/using/windows.rst

index 5c19b81a46e8ee7f4b793ae1ca15e37e383f8f64..ffaaa7913c9a0e816b19c6363bb514a4008c8b49 100644 (file)
@@ -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.