From 172ad0ca933f34eb71e6341e730db6be0d8edb82 Mon Sep 17 00:00:00 2001 From: Jen Patague Date: Tue, 16 Jul 2024 16:44:05 -0700 Subject: [PATCH] Minor fix to help text for kubecontext param --- tools/sync_tron_state_from_k8s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sync_tron_state_from_k8s.py b/tools/sync_tron_state_from_k8s.py index 29702c48d..60f4624d0 100644 --- a/tools/sync_tron_state_from_k8s.py +++ b/tools/sync_tron_state_from_k8s.py @@ -91,7 +91,7 @@ def parse_args(): # We can only have multiple kubeconfigs, or multiple contexts with a single config if len(args.kubeconfig_path) > 1 and args.kubecontext: - parser.error("You can only specify a single --kubeconfig-path if specifying multiple --kubecontext arguments.") + parser.error("You can only specify a single --kubeconfig-path if specifying --kubecontext arguments.") # tron's base level is critical, not info, adjust accoringly if args.verbose: