Issue #20568: Fix typo in pip option.

This commit is contained in:
Martin v. Löwis 2014-03-02 19:15:47 +01:00
parent d930d85f12
commit 75512c4556
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ def add_ui(db):
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests|venv\\scripts" "[TARGETDIR]Lib"'
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
updatepipargs = r'-m ensurepip -U --default-install'
updatepipargs = r'-m ensurepip -U --default-pip'
removepipargs = r'-m ensurepip._uninstall'
# See "CustomAction Table"
add_data(db, "CustomAction", [