Merge pull request #1584 from DerDakon/typo

check_dns: fix typo in parameter description
This commit is contained in:
Sven Nierlein 2019-02-15 18:01:51 +01:00 committed by GitHub
commit c0ff2b66e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);