summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliot@mysql.com <>2005-10-17 17:21:07 -0400
committerelliot@mysql.com <>2005-10-17 17:21:07 -0400
commit2d5afc171a308fe265835e357084e64b4dc5efe4 (patch)
tree4cf03a88d9af3740164febfd4ed4622313c93dc3
parent8e48be158597f6cec85106b33ceb8ee27fbd2f89 (diff)
parente8d79d4ca5f2e0cefa42fc207686e002e45e4e9c (diff)
downloadmariadb-git-2d5afc171a308fe265835e357084e64b4dc5efe4.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/emurphy/src/bk-clean/mysql-5.0
-rw-r--r--client/mysqldump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c
index 3768f967f5c..995be6bf6a5 100644
--- a/client/mysqldump.c
+++ b/client/mysqldump.c
@@ -386,7 +386,7 @@ static struct my_option my_long_options[] =
(gptr*) &opt_dump_triggers, (gptr*) &opt_dump_triggers, 0, GET_BOOL,
NO_ARG, 1, 0, 0, 0, 0, 0},
{"tz-utc", OPT_TZ_UTC,
- "SET TIME_ZONE='UTC' at top of dump to allow dumping of date types between servers with different time zones.",
+ "SET TIME_ZONE='UTC' at top of dump to allow dumping of TIMESTAMP data between servers with different time zones.",
(gptr*) &opt_tz_utc, (gptr*) &opt_tz_utc, 0, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
#ifndef DONT_ALLOW_USER_CHANGE
{"user", 'u', "User for login if not current user.",