summaryrefslogtreecommitdiffstats
path: root/util/bin/text2speech.google
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-01-14 14:54:15 +0100
committermakefu <github@syntax-fehler.de>2015-01-14 14:54:15 +0100
commit296784e4c62e162d6d943989d33f57c249119471 (patch)
treef1ead5be084e049d56cdee4de90fc9dfe58bf18d /util/bin/text2speech.google
parente3b00212023d7c703a9aae7f4fad13b53cfb56b9 (diff)
parentf1e466f413c787493a0cc6e18fd52a0f0987abb4 (diff)
Merge branch 'master' of ssh://github.com/krebscode/painload
Diffstat (limited to 'util/bin/text2speech.google')
-rwxr-xr-xutil/bin/text2speech.google2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bin/text2speech.google b/util/bin/text2speech.google
index b732f363..061bb1c8 100755
--- a/util/bin/text2speech.google
+++ b/util/bin/text2speech.google
@@ -5,7 +5,7 @@ TL=${TL:="en"}
usage(){
echo 'TL= can specifiy which language to use, default is "en"'
- echo 'Example: TL="de" ./text2speech.google "whats up?" | mpv -)'
+ echo 'Example: TL="de" ./text2speech.google "whats up?" | mpv -'
exit 0
}