summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorserg@sergbook.mysql.com <>2002-08-04 14:37:32 +0200
committerserg@sergbook.mysql.com <>2002-08-04 14:37:32 +0200
commitf619b64d820c0df71230d08d057a5825b4d956f2 (patch)
tree360560b4e78e8511435bcdacab639226821665cc /client
parent773636ed012cc5d04578b62448700c4f64413858 (diff)
downloadmariadb-git-f619b64d820c0df71230d08d057a5825b4d956f2.tar.gz
typo in help message fixed (LFCR -> CRLF)
Diffstat (limited to 'client')
-rw-r--r--client/mysqldump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index 54bfbef004b..8dcf0048ad6 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -206,7 +206,7 @@ static struct my_option my_long_options[] =
(gptr*) &opt_quoted, (gptr*) &opt_quoted, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
0, 0},
{"result-file", 'r',
- "Direct output to a given file. This option should be used in MSDOS, because it prevents new line '\\n' from being converted to '\\n\\r' (newline + carriage return).",
+ "Direct output to a given file. This option should be used in MSDOS, because it prevents new line '\\n' from being converted to '\\n\\r' (carriage return + line feed).",
0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{"socket", 'S', "Socket file to use for connection.",
(gptr*) &opt_mysql_unix_port, (gptr*) &opt_mysql_unix_port, 0, GET_STR,