diff options
author | patg@krsna.patg.net <> | 2005-10-18 18:51:07 -0700 |
---|---|---|
committer | patg@krsna.patg.net <> | 2005-10-18 18:51:07 -0700 |
commit | f1bd9c0d0a982bc95bf4a9c3d664b4d3946ab28b (patch) | |
tree | 6f9b0005129ad1aa7a5aa77ea82c5d4ffefd95a4 /client | |
parent | 7a57b741cada3c7934e4115807ae6d23d98a1f7f (diff) | |
download | mariadb-git-f1bd9c0d0a982bc95bf4a9c3d664b4d3946ab28b.tar.gz |
Changeset:
Changed option text in mysqldump.c
mysqldump.c:
Changed text to read "+00:00" as opposed to "UTC" (per what the code does)
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 995be6bf6a5..0e7248697c2 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 TIMESTAMP data between servers with different time zones.", + "SET TIME_ZONE='+00:00' 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.", |