diff options
author | patg@krsna.patg.net <> | 2005-10-17 12:30:01 -0700 |
---|---|---|
committer | patg@krsna.patg.net <> | 2005-10-17 12:30:01 -0700 |
commit | 1423db9f0c94328ad091e345994801672123ee8c (patch) | |
tree | 5112bddae976a6fa0d3a4db50be4a72bd6aaad00 /client | |
parent | 35e16842064d53093b86d18625721c95026455a3 (diff) | |
download | mariadb-git-1423db9f0c94328ad091e345994801672123ee8c.tar.gz |
BUG# 13052 Changed text in options to TIMESTAMP
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 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.", |