diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-02-15 16:31:29 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2019-02-15 16:31:29 (GMT) |
commit | 763eb740b3240458cbb9ed6c6356bfc5b9a18e71 (patch) | |
tree | 51a74dd9745e9a8301f6874a7155ec667fae1f76 /plugins/check_dns.c | |
parent | 2962148d8bac3a65f1fb5e1a948e3f0a86a42a1a (diff) | |
download | monitoring-plugins-763eb740b3240458cbb9ed6c6356bfc5b9a18e71.tar.gz |
check_dns: fix typo in parameter descriptionrefs/pull/1584/head
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 25bd31d..d4d0b88 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
@@ -554,7 +554,7 @@ print_help (void) | |||
554 | printf (" -c, --critical=seconds\n"); | 554 | printf (" -c, --critical=seconds\n"); |
555 | printf (" %s\n", _("Return critical if elapsed time exceeds value. Default off")); | 555 | printf (" %s\n", _("Return critical if elapsed time exceeds value. Default off")); |
556 | printf (" -L, --all\n"); | 556 | printf (" -L, --all\n"); |
557 | printf (" %s\n", _("Return critical the list of expected addresses does not match all addresses")); | 557 | printf (" %s\n", _("Return critical if the list of expected addresses does not match all addresses")); |
558 | printf (" %s\n", _("returned. Default off")); | 558 | printf (" %s\n", _("returned. Default off")); |
559 | 559 | ||
560 | printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); | 560 | printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); |