From 763eb740b3240458cbb9ed6c6356bfc5b9a18e71 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Fri, 15 Feb 2019 17:31:29 +0100 Subject: check_dns: fix typo in parameter description 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) 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); -- cgit v0.10-9-g596f