From 60434e561b384d56844e739e396f4ce8618dc576 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Thu, 25 Jul 2024 06:00:01 -0600 Subject: [PATCH] Mods --- cromulant/argspec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(