Skip to content

Commit

Permalink
fix: clarify fs2l synth --filelist help message (#86)
Browse files Browse the repository at this point in the history
Using the text agreed between Delaney and Aidan.

Fixes #EveryVoiceTTS/EveryVoice#316
  • Loading branch information
joanise authored Sep 16, 2024
1 parent 16a063f commit db4f336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs2/cli/synthesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def synthesize( # noqa: C901
exists=True,
file_okay=True,
dir_okay=False,
help="Synthesize all audio in a given filelist. Use --text if you want to just synthesize one sample.",
help="The path to a file containing a list of utterances (a.k.a filelist). Use --text if you want to just synthesize one sample.",
autocompletion=complete_path,
),
text_representation: DatasetTextRepresentation = typer.Option(
Expand Down

0 comments on commit db4f336

Please sign in to comment.