From 694f46c5dfa69efc3f8a0bdc6eab4d63c306b1b6 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Mon, 12 Dec 2016 09:16:39 -0800 Subject: [PATCH] Remove special characters. (#52) --- translations/database.query.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/database.query.yml b/translations/database.query.yml index 58bbf77..2b7cad6 100644 --- a/translations/database.query.yml +++ b/translations/database.query.yml @@ -7,7 +7,7 @@ options: debug: "Prints debugging information and memory and CPU usage statistics when the program exits" html: "Produce HTML output" xml: "Produce XML output" - raw: "Special characters [\\n, \\t, \\0, and \\\] are not escaped in the output." + raw: "Special characters are not escaped in the output." vertical: "Print query output rows vertically" batch: "Print results using tab as the column separator, with each row on a new line. With this option, mysql does not use the history file" messages: