Skip to content

Commit

Permalink
Better help text for -c option
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Sep 20, 2017
1 parent e25eae8 commit 2a826de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/main.py
Expand Up @@ -152,7 +152,7 @@ def parse_options():
type='int',
dest='num_clients',
default=1,
help="Number of concurrent clients. Only used together with --no-web"
help="Number of concurrent Locust users. Only used together with --no-web"
)

# Client hatch rate
Expand Down

0 comments on commit 2a826de

Please sign in to comment.