]> granicus.if.org Git - python/commit
Improve ensurepip's --help (GH-4686)
authorWieland Hoffmann <mineo@users.noreply.github.com>
Wed, 30 May 2018 07:45:55 +0000 (09:45 +0200)
committerPetr Viktorin <encukou@gmail.com>
Wed, 30 May 2018 07:45:55 +0000 (09:45 +0200)
commite9537ad6a128924dd610bea2268065500c174181
tree52df382f35bfb4136e4a0605ce67490ff43c19b5
parent0a28c0d12ee7201de039ced4d815f57f1f8fd48c
Improve ensurepip's --help (GH-4686)

* 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.
Lib/ensurepip/__init__.py