Browse Source

Add --help documentation for --compile-debug.

master
Reece H. Dunn 9 years ago
parent
commit
89a7829244
2 changed files with 8 additions and 0 deletions
  1. 4
    0
      src/espeak-ng.c
  2. 4
    0
      src/speak-ng.c

+ 4
- 0
src/espeak-ng.c View File

@@ -71,6 +71,10 @@ static const char *help_text =
"--compile=<voice name>\n"
"\t Compile pronunciation rules and dictionary from the current\n"
"\t directory. <voice name> specifies the language\n"
"--compile-debug=<voice name>\n"
"\t Compile pronunciation rules and dictionary from the current\n"
"\t directory, including line numbers for use with -X.\n"
"\t <voice name> specifies the language\n"
"--compile-mbrola=<voice name>\n"
"\t Compile an MBROLA voice\n"
"--compile-intonations\n"

+ 4
- 0
src/speak-ng.c View File

@@ -98,6 +98,10 @@ static const char *help_text =
"--compile=<voice name>\n"
"\t Compile pronunciation rules and dictionary from the current\n"
"\t directory. <voice name> specifies the language\n"
"--compile-debug=<voice name>\n"
"\t Compile pronunciation rules and dictionary from the current\n"
"\t directory, including line numbers for use with -X.\n"
"\t <voice name> specifies the language\n"
"--ipa Write phonemes to stdout using International Phonetic Alphabet\n"
"--path=\"<path>\"\n"
"\t Specifies the directory containing the espeak-data directory\n"

Loading…
Cancel
Save