summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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 )) ;;