Fix typo in help

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
pull/3478/head
Manuel Montenegro 2024-04-15 16:59:23 +02:00 committed by GitHub
parent 67e0937661
commit c0c39c5e20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ def destroy(general_config, config_options, config_file, force):
)
@click.option(
"--metrics-listen-address",
help="Run a Prometheus metrics exporter on specified IP address",
help="Run a Prometheus metrics exporter on the specified IP address",
default="",
)
@click.option(