From 5fd3ff07b228aa8b4a4517c9f1c174b65d4edb75 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 26 Sep 2010 16:24:36 +0200 Subject: [PATCH] better usage message --- misc/tools/shadescript/shade.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/tools/shadescript/shade.sh b/misc/tools/shadescript/shade.sh index 75330026..175a5978 100644 --- a/misc/tools/shadescript/shade.sh +++ b/misc/tools/shadescript/shade.sh @@ -4,7 +4,8 @@ case "$#" in 2) ;; *) - echo "Usage: $1 directory shader.template" + echo "Usage: from xonotic-maps.pk3dir directory, copy and edit shader.template, then" + echo " $0 texturepackname myshader.template" exit 1 ;; esac -- 2.39.2