From 7157ab9d87db233242cd9faac5be02d269855389 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Tue, 11 Mar 2025 10:37:55 +0330 Subject: [PATCH] Fix: typo --- core/scripts/hysteria2/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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