diff options
author | unknown <msvensson@neptunus.(none)> | 2005-10-31 09:14:58 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2005-10-31 09:14:58 +0100 |
commit | d8fa981918d0a98fb83db4733542a61312fbff6c (patch) | |
tree | e21b0c9c6c79f7ed8c94103cb6e7a93133a3a43a /client | |
parent | 82f1e3d3cb0b707463eb20337871b20a0f6d20f2 (diff) | |
parent | 6de8b295a7dd53b47f7e0d4ebc109dabb07c6397 (diff) | |
download | mariadb-git-d8fa981918d0a98fb83db4733542a61312fbff6c.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/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 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, |