diff options
| -rw-r--r-- | sh/functions.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/functions.sh b/sh/functions.sh index 495f2bd1..90d20755 100644 --- a/sh/functions.sh +++ b/sh/functions.sh @@ -120,7 +120,7 @@ esac  for arg in "$@" ; do  	case "${arg}" in -		--nocolor|--nocolour) +		--nocolor|--nocolour|-C)  			export RC_NOCOLOR="yes"  			;;  	esac  | 
