dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d146545dbdb056c2798bd0ad86b8eee056008059
parent 7afc300bc36de16fe6be14e0ff122ea2d160ca1c
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed,  4 May 2016 21:09:21 -0700

fix grammar in help output

Diffstat:
Mbin/currency | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/currency b/bin/currency @@ -3,7 +3,7 @@ if [ $# -lt 1 ]; then echo -e "Usage: $0 [amount] [currency1] [currency2]\n" echo "If currency1 and currency2 and are not defined they default to USD and DKK, respectively." - echo -e "Currency strings are not case-insensitive. The amount defaults to 1.\n" + echo -e "Currency strings are not case sensitive. The amount defaults to 1.\n" echo "Example 1: $0 USD GBP" echo "Example 2: $0 42" echo "Example 3: $0 GBP EUR 14"