Skip to content
This repository was archived by the owner on Dec 24, 2019. It is now read-only.

Commit bf6361d

Browse files
committed
fix help format
1 parent 252c388 commit bf6361d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kube_aws_autoscaler/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def main():
429429
help='Scale down strategy expressed in terms of instances count, defaults to 1. Note: value must be >= 1',
430430
type=int, default=os.getenv('SCALE_DOWN_STEP_FIXED', 1))
431431
parser.add_argument('--scale-down-step-percentage',
432-
help='Scale down strategy expressed in terms of instances count, defaults to 0.00, i.e. 0%.',
432+
help='Scale down strategy expressed in terms of instances count, defaults to 0.00, i.e. 0%%.',
433433
type=float, default=os.getenv('SCALE_DOWN_STEP_PRECENTAGE', 0.0))
434434

435435
args = parser.parse_args()

0 commit comments

Comments
 (0)