Browse Source

List the help option when displaying the help message.

master
Reece H. Dunn 9 years ago
parent
commit
326d199f49
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/espeak-ng.c

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

@@ -111,7 +111,8 @@ static const char *help_text =
"--version Shows version number and date, and location of espeak-data\n"
"--voices=<language>\n"
"\t List the available voices for the specified language.\n"
"\t If <language> is omitted, then list all voices.\n";
"\t If <language> is omitted, then list all voices.\n"
"-h, --help Show this help.\n";

int samplerate;
int quiet = 0;

Loading…
Cancel
Save