]> granicus.if.org Git - python/commit
Improve ensurepip's --help (GH-4686) (GH-7239)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 30 May 2018 11:56:19 +0000 (04:56 -0700)
committerPetr Viktorin <encukou@gmail.com>
Wed, 30 May 2018 11:56:19 +0000 (13:56 +0200)
commitbe325e6132c9198f7b8e9c7da2dd0017a33212cc
tree24ae038fa259143ddbfa443a591c9d03eb7a74b5
parent3b263e65a80cfcb1fc751834372533773ec024a4
Improve ensurepip's --help (GH-4686) (GH-7239)

* Add a space to ensurepip's --altinstall option
* Add periods to the arguments of ensurepip that didn't have it

This makes --help for all optional arguments consistent and also makes it
consistent with pip --help.
(cherry picked from commit e9537ad6a128924dd610bea2268065500c174181)

Co-authored-by: Wieland Hoffmann <mineo@users.noreply.github.com>
Lib/ensurepip/__init__.py