CLI dump-shaderlib: Update help message

This commit is contained in:
ChaoticByte 2025-01-31 20:24:40 +01:00
parent a4a1de4bfe
commit d29f14c7c9
No known key found for this signature in database

View file

@ -32,7 +32,9 @@ func show_help():
" --load-image PATH The path to the image. This will overwrite the\n", " --load-image PATH The path to the image. This will overwrite the\n",
" load directive of the shader file.\n", " load directive of the shader file.\n",
" Passing a folder activates batch mode.\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: func cli_handle_errors(errors: Array) -> int:
# returns number of errors # returns number of errors