1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 01:45:23 +00:00

update help context

This commit is contained in:
v2ray 2016-05-27 17:44:56 +02:00
parent 3c4c14c89c
commit 07c3f2d7cd

View File

@ -31,8 +31,12 @@ shift # past argument or value
done
if [[ "$HELP" == "1" ]]; then
echo "./install-release.sh [-p proxy]"
echo "To download through a proxy server, use -p socks5://127.0.0.1:1080 or -p http://127.0.0.1:3128 etc"
echo "./install-release.sh [-p proxy] [-h] [-f] [--version vx.y.z] [--local file]"
echo "-p: To download through a proxy server, use -p socks5://127.0.0.1:1080 or -p http://127.0.0.1:3128 etc"
echo "-h: Show help"
echo "-f: Force install"
echo "--version: Install a particular version"
echo "--local: Install from a local file"
exit
fi