From c62e1652e77dc89b3d629eb0958f8c1039bc929e Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 29 Dec 2014 04:10:46 +0100 Subject: text2speech: fix example --- util/bin/text2speech.google | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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 } -- cgit v1.2.3