浏览代码

update help context

v2ray 9 年之前
父节点
当前提交
07c3f2d7cd
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6 2
      release/install-release.sh

+ 6 - 2
release/install-release.sh

@@ -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 "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
   exit
 fi
 fi