no-color option, removed, marked as deprecated, fixed typo

This commit is contained in:
Konrni 2023-01-03 20:27:18 +01:00 committed by GitHub
parent c91b365426
commit 1dd62247cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 | | --helm-enable | --helm-enable | None | Enables Helm command access on SCALE |
| --kubeapi-enable | --kubeapi-enable | None | Enables external access to Kuberntes API port | | --kubeapi-enable | --kubeapi-enable | None | Enables external access to Kuberntes API port |
| --apt-enable | --apt-enable | None | Enables Apt command access on SCALE | | --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, ignoring major version changes |
| -u | -u | None | Update applications, do NOT update if there was a major version change | | -u | -u | None | Update applications, do NOT update if there was a major version change |
| -b | -b 14 | Integer | Backup `ix-applications` dataset<br>_Creates backups up to the number you've chosen_ | | -b | -b 14 | Integer | Backup `ix-applications` dataset<br>_Creates backups up to the number you've chosen_ |

View File

@ -77,7 +77,7 @@ else
kubeapiEnable="true" kubeapiEnable="true"
;; ;;
no-color) 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 echo -e "Invalid Option \"--$OPTARG\"\n" && help