Revert changes on arg name
parent
8ff7ecd5f3
commit
d52f371751
|
@ -402,10 +402,10 @@ remove_v2ray() {
|
||||||
|
|
||||||
# Explanation of parameters in the script
|
# Explanation of parameters in the script
|
||||||
show_help() {
|
show_help() {
|
||||||
echo "usage: $0 [--remove | --specific number | -c | -f | -h | -l | -p]"
|
echo "usage: $0 [--remove | --version number | -c | -f | -h | -l | -p]"
|
||||||
echo ' [-p address] [--specific number | -c | -f]'
|
echo ' [-p address] [--version number | -c | -f]'
|
||||||
echo ' --remove Remove V2Ray'
|
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 ' -c, --check Check if V2Ray can be updated'
|
||||||
echo ' -f, --force Force installation of the latest version of V2Ray'
|
echo ' -f, --force Force installation of the latest version of V2Ray'
|
||||||
echo ' -h, --help Show help'
|
echo ' -h, --help Show help'
|
||||||
|
|
Loading…
Reference in New Issue