diff --git a/src/f5_tts/infer/infer_cli.py b/src/f5_tts/infer/infer_cli.py index 10d6928..77107d3 100644 --- a/src/f5_tts/infer/infer_cli.py +++ b/src/f5_tts/infer/infer_cli.py @@ -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",