Browse Source

Be more specific in the missing --compile voice name, and fix punctuation.

master
Reece H. Dunn 7 years ago
parent
commit
d26fce3217
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/espeak-ng.c

+ 1
- 1
src/espeak-ng.c View File

@@ -447,7 +447,7 @@ int main(int argc, char **argv)
quiet = true;
break;
} else {
fprintf(stderr, "Voice name not specified\n", optarg2);
fprintf(stderr, "Voice name to '%s' not specified.\n", c == 0x101 ? "--compile-debug" : "--compile");
exit(EXIT_FAILURE);
}
case 0x103: // --punct

Loading…
Cancel
Save