diff options
author | unknown <serg@sergbook.mysql.com> | 2002-08-04 14:37:32 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2002-08-04 14:37:32 +0200 |
commit | 0ddb91371713149d8843f33fd75e8769bd708aa6 (patch) | |
tree | 360560b4e78e8511435bcdacab639226821665cc /client | |
parent | 428cb9289948ad3fd01ede3f6512b1bb3a3781cb (diff) | |
download | mariadb-git-0ddb91371713149d8843f33fd75e8769bd708aa6.tar.gz |
typo in help message fixed (LFCR -> CRLF)
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqldump.c | 2 |
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, |