Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexfvk committed Jan 25, 2024
1 parent 75f431a commit 792354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_tools/monrun_checks/ch_system_queues.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"-w", "--warning", "warn", type=int, default=10, help="Warning threshold."
)
@click.option(
"-f", "--config_file", "conf", help="Config file with theshholds per each table."
"-f", "--config_file", "conf", help="Config file with thresholds per each table."
)
@click.pass_context
def system_queues_command(ctx, crit, warn, conf):
Expand Down

0 comments on commit 792354c

Please sign in to comment.