summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorpaul@frost.snake.net <>2005-10-21 09:40:11 -0500
committerpaul@frost.snake.net <>2005-10-21 09:40:11 -0500
commita381f9d291a65535474b80c4a58a8e74a2a006f6 (patch)
tree21736645e3987f5f1e19bf2669618e9a4de477e9 /client
parent0647d280b38fe6aac24de74245f855ff6a7c5768 (diff)
parente1f77e5cc8192b87aa39c96137bdfb9ef6fc6f56 (diff)
downloadmariadb-git-a381f9d291a65535474b80c4a58a8e74a2a006f6.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.c2
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,