diff options
author | unknown <paul@frost.snake.net> | 2005-10-21 06:40:52 -0500 |
---|---|---|
committer | unknown <paul@frost.snake.net> | 2005-10-21 06:40:52 -0500 |
commit | 634c6038fc6186fee266d9882728375d4bf24ec0 (patch) | |
tree | 4b40f314f8d90d8eafb76f063b8e4cabfa89a144 /client | |
parent | f3ee1afe41d8d43ed2d41025434387249828c6aa (diff) | |
parent | 5ac18b5b8dae6292e1782696a2c41c000616847d (diff) | |
download | mariadb-git-634c6038fc6186fee266d9882728375d4bf24ec0.tar.gz |
Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0
into frost.snake.net:/Users/paul/bk/mysql-5.0
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 0e7248697c2..e50becda8b2 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -342,7 +342,7 @@ static struct my_option my_long_options[] = {"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 '\\r\\n' (carriage return + line feed).", 0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, - {"routines", 'R', "Dump routines FUNCTIONS and PROCEDURES.", + {"routines", 'R', "Dump stored routines (functions and procedures).", (gptr*) &opt_routines, (gptr*) &opt_routines, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"set-charset", OPT_SET_CHARSET, |