diff options
Diffstat (limited to 'util/bin')
-rwxr-xr-x | util/bin/text2speech.google | 2 |
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 } |