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

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