Merge pull request #300 from Konrni/main

no-color option, removed / marked as deprecated ind readme, fixed typo
This commit is contained in:
Kjeld Schouten-Lebbing 2023-01-04 17:39:08 +01:00 committed by GitHub
commit 01bf0f8a3b
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 |
| --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<br>_Creates backups up to the number you've chosen_ |

View File

@ -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