diff options
| author | Manuel Rüger <manuel@rueg.eu> | 2024-01-18 20:57:07 +0100 |
|---|---|---|
| committer | Manuel Rüger <manuel@rueg.eu> | 2024-01-18 20:57:07 +0100 |
| commit | 6fa8e2a4c8b5fc77686bcf193545edd7df1e66a4 (patch) | |
| tree | 06815cb1074bb4dde6d9aa2fa97fa0c72a1b76b3 | |
| parent | 0550954debfd8355f5174e37c38bdaecca661f7f (diff) | |
Fix Typo
| -rw-r--r-- | robusta_krr/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/main.py b/robusta_krr/main.py index 8c19f1b..b01bcb4 100644 --- a/robusta_krr/main.py +++ b/robusta_krr/main.py @@ -79,7 +79,7 @@ def load_commands() -> None: None, "--resource", "-r", - help="List of resources to run on (Deployment, StatefullSet, DaemonSet, Job, Rollout). By default, will run on all resources. Case insensitive.", + help="List of resources to run on (Deployment, StatefulSet, DaemonSet, Job, Rollout). By default, will run on all resources. Case insensitive.", rich_help_panel="Kubernetes Settings", ), selector: Optional[str] = typer.Option( |
