From d9485d777eaca01711df4a7f9aad4a8a013844c5 Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Thu, 23 Apr 2015 23:14:52 -0400 Subject: [PATCH] Terminate string literals refs #9147 Signed-off-by: Gunnar Beutner --- itl/command-plugins.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0