Mods
This commit is contained in:
parent
4d30699b85
commit
60434e561b
|
@ -73,7 +73,7 @@ class ArgSpec:
|
||||||
ArgSpec.add_argument(
|
ArgSpec.add_argument(
|
||||||
"names",
|
"names",
|
||||||
type=str,
|
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(
|
ArgSpec.add_argument(
|
||||||
|
|
Loading…
Reference in New Issue