From d29f14c7c9d34f187db7e43483bfa9a8653bd824 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Fri, 31 Jan 2025 20:24:40 +0100 Subject: [PATCH] CLI dump-shaderlib: Update help message --- src/Main.gd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Main.gd b/src/Main.gd index 70b56ea..0f6a7fc 100644 --- a/src/Main.gd +++ b/src/Main.gd @@ -32,7 +32,9 @@ func show_help(): " --load-image PATH The path to the image. This will overwrite the\n", " load directive of the shader file.\n", " Passing a folder activates batch mode.\n", - " (optional)\n") + " (optional)\n", + " dump-shaderlib\n\n", + " | Dumps the shaderlib into the current directory.\n") func cli_handle_errors(errors: Array) -> int: # returns number of errors