Fix wrong check parameter in 'tcp' CheckCommand

refs #9147
This commit is contained in:
Michael Friedrich 2015-06-15 11:29:06 +02:00
parent a1d80418db
commit 4a27e4db61

View File

@ -174,7 +174,7 @@ object CheckCommand "tcp" {
description = "The TCP port number." description = "The TCP port number."
} }
"-e" = { "-e" = {
value = "$ftp_expect$" value = "$tcp_expect$"
description = "String to expect in server response (may be repeated)." description = "String to expect in server response (may be repeated)."
} }
"-A" = { "-A" = {