diff --git a/cromulant/argspec.py b/cromulant/argspec.py index 4f49264..12e9803 100644 --- a/cromulant/argspec.py +++ b/cromulant/argspec.py @@ -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(