Commit 029e8bb2 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Script: Help: Specify the debug mode is for developers.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -51,7 +51,7 @@ def usage(argv): ...@@ -51,7 +51,7 @@ def usage(argv):
logger.info(f"Available scripts:") logger.info(f"Available scripts:")
logger.info(f"\thelp\t\tDisplay this help") logger.info(f"\thelp\t\tDisplay this help")
logger.info(f"\tgui\t\tRun Pamhyr graphics user interface (by default)") logger.info(f"\tgui\t\tRun Pamhyr graphics user interface (by default)")
logger.info(f"\tdebug\t\tRun Pamhyr graphics user interface as debug mode") logger.info(f"\tdebug\t\tRun Pamhyr graphics user interface as debug mode (for developers)")
for s in scripts: for s in scripts:
logger.info(f"\t{s}\t\t{scripts[s].description}") logger.info(f"\t{s}\t\t{scripts[s].description}")
logger.info("") logger.info("")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment