-C should force no colour as well

This commit is contained in:
Roy Marples 2007-09-28 19:29:59 +00:00
parent fc1bfe4234
commit 162887c364

View File

@ -120,7 +120,7 @@ esac
for arg in "$@" ; do
case "${arg}" in
--nocolor|--nocolour)
--nocolor|--nocolour|-C)
export RC_NOCOLOR="yes"
;;
esac