summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-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
}