From d52f371751d9300f57ad6c0b27acb0a311822cbd Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Sat, 19 Sep 2020 16:56:13 +0800 Subject: [PATCH] Revert changes on arg name --- install-release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-release.sh b/install-release.sh index 1ae9165..de09d21 100644 --- a/install-release.sh +++ b/install-release.sh @@ -402,10 +402,10 @@ remove_v2ray() { # Explanation of parameters in the script show_help() { - echo "usage: $0 [--remove | --specific number | -c | -f | -h | -l | -p]" - echo ' [-p address] [--specific number | -c | -f]' + echo "usage: $0 [--remove | --version number | -c | -f | -h | -l | -p]" + echo ' [-p address] [--version number | -c | -f]' echo ' --remove Remove V2Ray' - echo ' --specific Install the specified version of V2Ray, e.g., --specific v4.18.0' + echo ' --version Install the specified version of V2Ray, e.g., --version v4.18.0' echo ' -c, --check Check if V2Ray can be updated' echo ' -f, --force Force installation of the latest version of V2Ray' echo ' -h, --help Show help'