Skip to content

Commit

Permalink
Update help text for --stop-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Oct 26, 2019
1 parent 1e6eab7 commit 7cbdb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def parse_options():
type=int,
dest='stop_timeout',
default=None,
help="number of seconds to wait for a taskset to complete an iteration before exiting. default is to terminate immediately."
help="number of seconds to wait for a simulated user to complete any executing task before exiting. Default is to terminate immediately."
)

parser.add_argument(
Expand Down

0 comments on commit 7cbdb69

Please sign in to comment.