Blame SOURCES/espeak-1.47-help-fix.patch

13d3b9
diff -up espeak-1.47.11-source/src/espeak.cpp.orig espeak-1.47.11-source/src/espeak.cpp
13d3b9
--- espeak-1.47.11-source/src/espeak.cpp.orig	2013-05-03 12:34:58.000000000 +0200
13d3b9
+++ espeak-1.47.11-source/src/espeak.cpp	2013-07-15 12:05:55.218895441 +0200
13d3b9
@@ -82,7 +82,9 @@ static const char *help_text =
13d3b9
 "--stdout   Write speech output to stdout\n"
13d3b9
 "--voices=<language>\n"
13d3b9
 "\t   List the available voices for the specified language.\n"
13d3b9
-"\t   If <language> is omitted, then list all voices.\n";
13d3b9
+"\t   If <language> is omitted, then list all voices.\n"
13d3b9
+"-h, --help Show this help.\n"
13d3b9
+"--version  Show version information.\n";
13d3b9
 
13d3b9
 
13d3b9