From 74065e28137eeaf423726b2a54de94d524910505 Mon Sep 17 00:00:00 2001
From: Robin Krens <robin@robinkrens.nl>
Date: Wed, 15 Jun 2022 16:58:35 +0200
Subject: [PATCH] tools: bmp2tiles clearer error message

---
 tools/bmp2tiles/bmp2tiles.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bmp2tiles/bmp2tiles.c b/tools/bmp2tiles/bmp2tiles.c
index 61ce69c..b919fe9 100644
--- a/tools/bmp2tiles/bmp2tiles.c
+++ b/tools/bmp2tiles/bmp2tiles.c
@@ -201,7 +201,7 @@ int main(int argc, char *argv[])
 	ret += create_dir("pal/");
 
 	if (ret) {
-		fprintf(stderr, "error: can not create output location\n");
+		fprintf(stderr, "error: can not create output gfx/ or pal/ location\n");
 		goto cleanup;
 	}
 
-- 
2.7.4