]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
better usage message
authorRudolf Polzer <divverent@alientrap.org>
Sun, 26 Sep 2010 14:24:36 +0000 (16:24 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 26 Sep 2010 14:24:36 +0000 (16:24 +0200)
misc/tools/shadescript/shade.sh

index 7533002638769c8566e9bd6bc95375d6d827d12c..175a59788bcdc8454e0eec767f623e26869e8fdc 100644 (file)
@@ -4,7 +4,8 @@ case "$#" in
        2)
                ;;
        *)
        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
                exit 1
                ;;
 esac