diff options
author | Staale Smedseng <staale.smedseng@sun.com> | 2010-01-27 16:13:39 +0100 |
---|---|---|
committer | Staale Smedseng <staale.smedseng@sun.com> | 2010-01-27 16:13:39 +0100 |
commit | 18761a9223f80e95356dd0a62b09a5586414d054 (patch) | |
tree | e20fa38d89e91e33b3b542b8e012b951b62e669b /client | |
parent | 35c6bb89e64fd87a0ce1b51eab8b757dbdfc228d (diff) | |
download | mariadb-git-18761a9223f80e95356dd0a62b09a5586414d054.tar.gz |
Bug #49223 Change help description for mysqldump
--extended-insert
Help message changed to the same as in the 5.1 online
documentation.
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 8a50c57201c..40e3e75cca2 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -268,7 +268,7 @@ static struct my_option my_long_options[] = (uchar**) &opt_events, (uchar**) &opt_events, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"extended-insert", 'e', - "Allows utilization of the new, much faster INSERT syntax.", + "Use multiple-row INSERT syntax that include several VALUES lists.", (uchar**) &extended_insert, (uchar**) &extended_insert, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0}, {"fields-terminated-by", OPT_FTB, |