Skip to content

Commit

Permalink
doc(multi-export-cli): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jul 17, 2024
1 parent 5c53e55 commit 95879fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oomox_gui/multi_export_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def print_help() -> None:
print(f"Usage: {sys.argv[0]} EXPORT_LAYOUT_PATH THEMIX_THEME_PATH")
print()
print(
f"\tEXPORT_LAYOUT_PATH:\tpath to export layout config file with,"
f"\tEXPORT_LAYOUT_PATH:\tpath to export layout config file,"
f" or a name with `{CONFIG_FILE_PREFIX}` prefix inside `{USER_EXPORT_CONFIG_DIR}`",
)
print(
Expand Down

0 comments on commit 95879fd

Please sign in to comment.