diff options
-rwxr-xr-x | util/bin/google.currency | 2 |
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 |