diff --git a/truetool.sh b/truetool.sh index 1859410f..7420bbf3 100755 --- a/truetool.sh +++ b/truetool.sh @@ -77,7 +77,7 @@ else kubeapiEnable="true" ;; no-color) - noColor="true" + echo "Colors are removed, so the no-color option is depricated. Please stop using this" ;; *) echo -e "Invalid Option \"--$OPTARG\"\n" && help