summaryrefslogtreecommitdiff
path: root/client/mysqldump.c
diff options
context:
space:
mode:
authorunknown <paul@frost.snake.net>2005-10-28 14:26:22 -0500
committerunknown <paul@frost.snake.net>2005-10-28 14:26:22 -0500
commit2b35ab1245c713cf482dc8534cffc5246d9dde16 (patch)
treeae4e0696e0630fde208faaa535884250db663df6 /client/mysqldump.c
parentac8b32f9c07368e4d38a0ecd0564645483ef9295 (diff)
parenta3e4f3905f23d51202e6d481948a4523e6e1a139 (diff)
downloadmariadb-git-2b35ab1245c713cf482dc8534cffc5246d9dde16.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/mysqldump.c')
-rw-r--r--client/mysqldump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index 2ec1dd28f73..b92b971ea4f 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,