mirror of https://github.com/Icinga/icinga2.git
Terminate string literals
refs #9147 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
b24f2a906c
commit
5adba6c4fe
|
@ -185,7 +185,7 @@ object CheckCommand "tcp" {
|
|||
key = "-E"
|
||||
order = 1
|
||||
set_if = "$tcp_escape_send$"
|
||||
description = "Enable usage of \n, \r, \t or \\ in send string.
|
||||
description = "Enable usage of \n, \r, \t or \\ in send string."
|
||||
}
|
||||
"-s" = {
|
||||
order = 2
|
||||
|
@ -196,7 +196,7 @@ object CheckCommand "tcp" {
|
|||
key = "-E"
|
||||
order = 3
|
||||
set_if = "$tcp_escape_quit$"
|
||||
description = "Enable usage of \n, \r, \t or \\ in quit string.
|
||||
description = "Enable usage of \n, \r, \t or \\ in quit string."
|
||||
}
|
||||
"-q" = {
|
||||
order = 4
|
||||
|
|
Loading…
Reference in New Issue