diff options
author | unknown <serg@sergbook.mysql.com> | 2002-08-05 09:00:38 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2002-08-05 09:00:38 +0200 |
commit | a76b060501c7ca681a53f609dd59232a1afba9e1 (patch) | |
tree | 129325ea8ceeb0de90f6eb697141eae9f8e8512a /client | |
parent | 306dfcbaca4579dde83cd8f90517ccf94cde9106 (diff) | |
download | mariadb-git-a76b060501c7ca681a53f609dd59232a1afba9e1.tar.gz |
typo fixed
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 8dcf0048ad6..4c1e714682b 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' (carriage return + line feed).", + "Direct output to a given file. This option should be used in MSDOS, because it prevents new line '\\n' from being converted to '\\r\\n' (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, |