summaryrefslogtreecommitdiffstats
path: root/util/bin/google.currency
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-05-20 16:49:23 +0200
committertv <tv@shackspace.de>2015-05-20 16:49:23 +0200
commit3cd71ef8189dc9226dfa01a91617d81ad4d429d6 (patch)
treeb4bda0b3b7a09daca5f16f52c1148c1dacce4b86 /util/bin/google.currency
parenta628b68dab6408ede1f695e9aa55c5df7b110e3b (diff)
parentc5a4be51df09659d9bbf7da573b4568ce56b7514 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'util/bin/google.currency')
-rwxr-xr-xutil/bin/google.currency2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bin/google.currency b/util/bin/google.currency
index 8219a866..8a3f708f 100755
--- a/util/bin/google.currency
+++ b/util/bin/google.currency
@@ -6,7 +6,7 @@ sc=${SC:="eur"}
usage(){
echo 'TC= targetcurrency, valid strings are in the style of "usd", "eur" or "sgd". default "usd"'
- echo 'SC= sourcecurrency, same TC, default is eur'
+ echo 'SC= sourcecurrency, same as TC, default is eur'
echo 'Example: TC="sgd" ./currency.google 11'
exit 0