]> granicus.if.org Git - python/commit
Improve ensurepip's --help (GH-4686) (GH-7238)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 30 May 2018 08:34:32 +0000 (01:34 -0700)
committerPetr Viktorin <encukou@gmail.com>
Wed, 30 May 2018 08:34:32 +0000 (10:34 +0200)
commitd9b118284c629cba27fae7b4362933967a4715af
tree04b15fdd170a13fd936f9565a5076702671e08a7
parentf95269404c03bd769a3551cd851b51b8f89672df
Improve ensurepip's --help (GH-4686) (GH-7238)

* 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