diff --git a/core/scripts/hysteria2/version.sh b/core/scripts/hysteria2/version.sh index 754307c..3f6b71d 100644 --- a/core/scripts/hysteria2/version.sh +++ b/core/scripts/hysteria2/version.sh @@ -50,7 +50,7 @@ if [ "$1" == "check-version" ]; then elif [ "$1" == "show-version" ]; then show_version else - echo "Usage: $0 [check|show]" >&2 + echo "Usage: $0 [check-version|show-version]" >&2 exit 1 fi