mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -05:00
update help context
This commit is contained in:
parent
3c4c14c89c
commit
07c3f2d7cd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user