Cleanup: correct struct comments & help text for batch loading utility

This commit is contained in:
Campbell Barton
2023-09-28 14:28:12 +10:00
parent d4f1a9b0ad
commit fc8b1411cd
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ def argparse_create() -> argparse.ArgumentParser:
sort_by_choices = tuple(sorted(SORT_BY_FN.keys()))
# When `--help` or no arguments are given, print this help.
epilog = "This is typically used from the output of a stack-trace on Linux/Unix."
epilog = "Use to automate loading many blend files in a single Blender instance."
parser = argparse.ArgumentParser(
formatter_class=argparse.RawTextHelpFormatter,