summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <paul@frost.snake.net>2005-10-25 12:50:03 -0500
committerunknown <paul@frost.snake.net>2005-10-25 12:50:03 -0500
commit9cee62af2f531107aae70ec429379775969043d3 (patch)
treee5cefc2cd689730f7999a87f2d7c52d5596070e5 /client
parentf4e4f846ed0aee0c03e9878029b3859e65898f1d (diff)
parent471e327ed1475897a873d29fe95b3c362de4599e (diff)
downloadmariadb-git-9cee62af2f531107aae70ec429379775969043d3.tar.gz
Merge paul@bk-internal.mysql.com:/home/bk/mysql-5.0
into frost.snake.net:/Users/paul/bk/mysql-5.0 client/mysqldump.c: Auto merged
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 eb814c267ed..79e536923a2 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,