From a9fb25fb35a38e9f67f0a22af14bdefc1295ad7f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 21 Apr 2010 13:43:44 +0200 Subject: ct: Fix typo in --colours option --- bin/ct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ct b/bin/ct index e90ea5e..468417a 100755 --- a/bin/ct +++ b/bin/ct @@ -58,7 +58,7 @@ while [[ $1 == --* ]] { case $1 in --auto-update) (( AUTOUPDATE = 1 )) ;; --no-auto-update) (( AUTOUPDATE = 0 )) ;; - --coluors) (( COLOURS = 1 )) ;; + --colours) (( COLOURS = 1 )) ;; --no-colours) (( COLOURS = 0 )) ;; --magic-etc) (( MAGIC_ETC = 1 )) ;; --no-magic-etc) (( MAGIC_ETC = 0 )) ;; -- cgit v1.2.3