1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

mysqldump.c:

Correct the help text for mysqldump --set-charset option.
This commit is contained in:
paul@kite-hub.kitebird.com
2004-06-23 12:21:49 -05:00
parent 19e9453b00
commit ea4265ab87

View File

@@ -242,7 +242,7 @@ static struct my_option my_long_options[] =
"Deprecated, use --set-charset or --skip-set-charset to enable/disable charset settings instead",
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
{"set-charset", OPT_SET_CHARSET,
"'SET CHARACTER_SET_CLIENT=default_character_set' will be put in the output",
"Add 'SET NAMES default_character_set' to the output. Enabled by default; supress with --skip-set-charset.",
(gptr*) &opt_set_charset, (gptr*) &opt_set_charset, 0, GET_BOOL, NO_ARG, 1,
0, 0, 0, 0, 0},
{"set-variable", 'O',