From 6a7dc164fe12d502ee89f01e588e75308945cf45 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Tue, 4 Feb 2025 19:04:10 +0100 Subject: [PATCH] Revert "CLI dump-shaderlib: Update help message" This reverts commit d29f14c7c9d34f187db7e43483bfa9a8653bd824. --- src/Main.gd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Main.gd b/src/Main.gd index b392181..dcf32b3 100644 --- a/src/Main.gd +++ b/src/Main.gd @@ -21,9 +21,7 @@ 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", - " dump-shaderlib\n\n", - " | Dumps the shaderlib into the current directory.\n") + " (optional)\n") func parse_custom_cmdline(args: PackedStringArray): var kwargs: Dictionary = {"--shader": null, "--output": null, "--load-image": null}