missing parameter for proxy

This commit is contained in:
Vadim Kravcenko 2016-12-13 15:28:18 +01:00
parent 0f70dcc33b
commit 714393fcea
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ Usage
Options:
--use-local Use ONLY local package info instead of querying PyPI
--pypi-server <url> Use custom PyPi server
--proxy Use Proxy, parameter will be passed to requests library. You can also just set the
--proxy <url> Use Proxy, parameter will be passed to requests library. You can also just set the
environments parameter in your terminal:
$ export HTTP_PROXY="http://10.10.1.10:3128"
$ export HTTPS_PROXY="https://10.10.1.10:1080"

View File

@ -2,4 +2,4 @@
__author__ = 'Vadim Kravcenko'
__email__ = 'vadim.kravcenko@gmail.com'
__version__ = '0.4.5'
__version__ = '0.4.6'

View File

@ -8,7 +8,7 @@ Usage:
Options:
--use-local Use ONLY local package info instead of querying PyPI
--pypi-server <url> Use custom PyPi server
--proxy Use Proxy, parameter will be passed to requests library. You can also just set the
--proxy <url> Use Proxy, parameter will be passed to requests library. You can also just set the
environments parameter in your terminal:
$ export HTTP_PROXY="http://10.10.1.10:3128"
$ export HTTPS_PROXY="https://10.10.1.10:1080"