Terminate string literals

refs #9147

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
Lee Clemens 2015-04-23 23:14:52 -04:00 committed by Gunnar Beutner
parent b24f2a906c
commit 5adba6c4fe
1 changed files with 2 additions and 2 deletions

View File

@ -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