Skip to content

Commit

Permalink
fixed --max-retries-on-conflict help message
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-esp committed Nov 18, 2024
1 parent 2366e99 commit a3bf892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube_downscaler/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_parser():
parser.add_argument(
"--max-retries-on-conflict",
type=int,
help="Max number of retries maximum number of retries for handling concurrent update conflicts (default: 0)",
help="Maximum number of retries for handling concurrent update conflicts (default: 0)",
default=os.getenv("MAX_RETRIES_ON_CONFLICT", 0)
)
upscale_group.add_argument(
Expand Down

0 comments on commit a3bf892

Please sign in to comment.