Fix incorrect macro string

refs #8881
This commit is contained in:
Gunnar Beutner 2015-03-27 14:29:36 +01:00
parent 0779d2c44b
commit 1747e580b2
1 changed files with 1 additions and 1 deletions

View File

@ -943,7 +943,7 @@ object CheckCommand "ups" {
required = true required = true
} }
"-p" = { "-p" = {
value = "$ups_port"$ value = "$ups_port$"
description = "Port number (default: 3493)" description = "Port number (default: 3493)"
} }
"-v" = { "-v" = {