summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/bin/translate.google2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bin/translate.google b/util/bin/translate.google
index cb69064a..06c6a5a8 100755
--- a/util/bin/translate.google
+++ b/util/bin/translate.google
@@ -7,7 +7,7 @@ tl=${TL:="en"}
usage(){
echo 'TL= targetlanguage, valid strings are in the style of "en", "pl" or "de". default "en"'
echo 'SL= sourcelanguage, same TL, default is auto'
- echo 'Example: TL="de" ./translate.google whats up?'
+ echo 'Example: TL="de" ./translate.google "whats up?"'
exit 0
}