Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Mar 2, 2024
1 parent 3e019b8 commit 59e1f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dns_exporter/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_parser() -> argparse.ArgumentParser:
action="store_const",
dest="log-level",
const="WARNING",
help="Quiet mode. No output at all no errors are encountered. Equal to setting --log-level=WARNING.",
help="Quiet mode. No output at all if no errors are encountered. Equal to setting --log-level=WARNING.",
default=argparse.SUPPRESS,
)
parser.add_argument(
Expand Down

0 comments on commit 59e1f31

Please sign in to comment.