diff -ur a/functions.sh b/functions.sh --- a/functions.sh 2017-02-22 12:03:41.428840042 -0600 +++ b/functions.sh 2017-02-22 12:04:04.915792490 -0600 @@ -431,7 +431,7 @@ for arg in "$@" ; do case "${arg}" in # Lastly check if the user disabled it with --nocolor argument - --nocolor|-nc) + --nocolor|-nc|-C) RC_NOCOLOR="yes" ;; esac