Revert changes on arg name

pull/104/head
IceCodeNew 2020-09-19 16:56:13 +08:00 committed by GitHub
parent 8ff7ecd5f3
commit d52f371751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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'