This commit is contained in:
Auric Vente 2024-07-25 06:00:01 -06:00
parent 4d30699b85
commit 60434e561b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class ArgSpec:
ArgSpec.add_argument(
"names",
type=str,
info="Path to a JSON files with a list of names. The game will use these names instead of the default ones",
info="Path to a JSON file with a list of names. The game will use these names instead of the default ones",
)
ArgSpec.add_argument(