Fixing incorrect parameter help text

This commit is contained in:
Haydon Ryan
2024-11-23 16:26:49 -06:00
parent 65be707aa9
commit 9c2a51e4cc

View File

@@ -57,7 +57,7 @@ parser.add_argument(
"-f",
"--gen_file",
type=str,
help="File with text to generate. Ignores --text",
help="File with text to generate. Ignores --gen_text",
)
parser.add_argument(
"-o",