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