diff --git a/README.md b/README.md index 7215759e..42cfacd3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ It also offers a few handy shortcuts for commonly required chores, like: Enablin | --helm-enable | --helm-enable | None | Enables Helm command access on SCALE | | --kubeapi-enable | --kubeapi-enable | None | Enables external access to Kuberntes API port | | --apt-enable | --apt-enable | None | Enables Apt command access on SCALE | -| --no-color | --no-color | None | Disables showing colors in terminal output, usefull for SCALE Email output | +| --no-color | --no-color | None | (deprecated) Disables showing colors in terminal output, usefull for SCALE Email output | | -U | -U | None | Update applications, ignoring major version changes | | -u | -u | None | Update applications, do NOT update if there was a major version change | | -b | -b 14 | Integer | Backup `ix-applications` dataset
_Creates backups up to the number you've chosen_ | diff --git a/truetool.sh b/truetool.sh index 1c79416c..977f3d48 100755 --- a/truetool.sh +++ b/truetool.sh @@ -77,7 +77,7 @@ else kubeapiEnable="true" ;; no-color) - echo "Colors are removed, so the no-color option is depricated. Please stop using this" + echo "Colors are removed, so the no-color option is deprecated. Please stop using this" ;; *) echo -e "Invalid Option \"--$OPTARG\"\n" && help