diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-02-15 17:31:29 +0100 |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2019-02-15 17:31:29 +0100 |
commit | 763eb740b3240458cbb9ed6c6356bfc5b9a18e71 (patch) | |
tree | 51a74dd9745e9a8301f6874a7155ec667fae1f76 /plugins/check_dns.c | |
parent | 2962148d8bac3a65f1fb5e1a948e3f0a86a42a1a (diff) | |
download | monitoring-plugins-763eb740b3240458cbb9ed6c6356bfc5b9a18e71.tar.gz |
check_dns: fix typo in parameter description
Diffstat (limited to 'plugins/check_dns.c')
-rw-r--r-- | plugins/check_dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 25bd31dc..d4d0b885 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c @@ -554,7 +554,7 @@ print_help (void) printf (" -c, --critical=seconds\n"); printf (" %s\n", _("Return critical if elapsed time exceeds value. Default off")); printf (" -L, --all\n"); - printf (" %s\n", _("Return critical the list of expected addresses does not match all addresses")); + printf (" %s\n", _("Return critical if the list of expected addresses does not match all addresses")); printf (" %s\n", _("returned. Default off")); printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); |