From 77bfeea29daa4fa8315e839a7f22bc342f675320 Mon Sep 17 00:00:00 2001 From: Gary Sneed Date: Fri, 25 Oct 2024 21:14:02 -0700 Subject: Improve usage information --- get_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get_version.sh') diff --git a/get_version.sh b/get_version.sh index 8e777eb..cae7101 100755 --- a/get_version.sh +++ b/get_version.sh @@ -3,7 +3,7 @@ # Only accepts 1 argument: the Minecraft version to download LOOOKING_FOR= if [ -z "${1}" ]; then - echo "ERROR: Requires one argument (the Minecraft instance to launch)" + echo "usage: ${0} " exit 1 else LOOKING_FOR="${1}" -- cgit v1.2.3