summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-04-21 13:43:44 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-04-21 13:43:44 +0200
commita9fb25fb35a38e9f67f0a22af14bdefc1295ad7f (patch)
treeae42e390e814892ed58a95eaf2547c9123483e63 /bin
parente7e98a5f171e8698b5b90f2ec79b6aa390ac0d0a (diff)
ct: Fix typo in --colours option
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ct2
1 files changed, 1 insertions, 1 deletions
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 )) ;;