mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
update help context
This commit is contained in:
parent
3c4c14c89c
commit
07c3f2d7cd
@ -31,8 +31,12 @@ shift # past argument or value
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [[ "$HELP" == "1" ]]; then
|
if [[ "$HELP" == "1" ]]; then
|
||||||
echo "./install-release.sh [-p proxy]"
|
echo "./install-release.sh [-p proxy] [-h] [-f] [--version vx.y.z] [--local file]"
|
||||||
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 "-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
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user