mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-17 20:48:53 -04:00
Merge pull request #1584 from DerDakon/typo
check_dns: fix typo in parameter description
This commit is contained in:
commit
c0ff2b66e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue