From: Lee Clemens Date: Fri, 24 Apr 2015 03:14:52 +0000 (-0400) Subject: Terminate string literals X-Git-Tag: v2.3.5~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9485d777eaca01711df4a7f9aad4a8a013844c5;p=icinga2 Terminate string literals refs #9147 Signed-off-by: Gunnar Beutner --- diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 534b3a6e1..8ecd8e933 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -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