Skip to content

Commit

Permalink
locustio#1884 update help description
Browse files Browse the repository at this point in the history
  • Loading branch information
tyge68 committed Sep 15, 2021
1 parent 224ff27 commit 8bd1a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def setup_parser_arguments(parser):
action="store_true",
default=False,
dest="enable_rebalancing",
help="Allow to automatically rebalance users if new workers are added after ramp up completed.",
help="Allow to automatically rebalance users if new workers are added or removed during a test run.",
)

user_classes_group = parser.add_argument_group("User classes")
Expand Down

0 comments on commit 8bd1a59

Please sign in to comment.