Skip to content

Commit

Permalink
Update kea_exporter/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Weinelt <[email protected]>
  • Loading branch information
Qwiko and mweinelt authored Mar 19, 2024
1 parent be9609c commit e4c8e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kea_exporter/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def time_elapsed(self):
envvar="INTERVAL",
type=int,
default=0,
help="Specify the metrics update interval in seconds.",
help="Minimal interval between two queries to Kea in seconds.",
)
@click.option(
"-t",
Expand Down

0 comments on commit e4c8e90

Please sign in to comment.