Fix: typo

This commit is contained in:
Whispering Wind
2025-03-11 10:37:55 +03:30
committed by GitHub
parent 4274a20b05
commit 7157ab9d87

View File

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