From 95879fd29c2a634b8acbe5a77f3c67971fb375f9 Mon Sep 17 00:00:00 2001 From: actionless Date: Wed, 17 Jul 2024 06:38:03 +0200 Subject: [PATCH] doc(multi-export-cli): fix typo --- oomox_gui/multi_export_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oomox_gui/multi_export_cli.py b/oomox_gui/multi_export_cli.py index 376ea79b..353a4690 100644 --- a/oomox_gui/multi_export_cli.py +++ b/oomox_gui/multi_export_cli.py @@ -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(