From c69cea4bf483f73b698c94962fb0408e8eb1f445 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 19 Oct 2005 14:40:10 -0500 Subject: mysqldump.c: Slight change to help message. client/mysqldump.c: Slight change to help message. --- client/mysqldump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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, -- cgit v1.2.1