Skip to content

Commit

Permalink
Add experimental warning to argument_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Baldwin committed Sep 26, 2023
1 parent 053bd54 commit c203481
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 @@ -362,7 +362,7 @@ def setup_parser_arguments(parser):
"--modern-ui",
default=False,
action="store_true",
help="Enable using a modern React frontend as the Web UI",
help="*Experimental* Enable using a modern React frontend as the Web UI",
env_var="LOCUST_MODERN_UI",
)

Expand Down

0 comments on commit c203481

Please sign in to comment.