Skip to content

Commit

Permalink
Minor fix to help text for kubecontext param
Browse files Browse the repository at this point in the history
  • Loading branch information
jfongatyelp committed Jul 16, 2024
1 parent 2d145c2 commit 172ad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sync_tron_state_from_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 172ad0c

Please sign in to comment.