summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-10-08 10:23:54 +0300
committermonty@narttu.mysql.fi <>2003-10-08 10:23:54 +0300
commitd00d9110ba3627fce91a1a08c5c4bba93d236010 (patch)
treec73a4ebe3431bece11e3ef327340a1796a47b2e1 /client
parent02ad66f32e64d007498f2e21406f6844fecfa126 (diff)
downloadmariadb-git-d00d9110ba3627fce91a1a08c5c4bba93d236010.tar.gz
Fixed test case that my last patch to mysqlbinlog broke.
Changed --remote to --read-from-remote-server (mysqlbinlog)
Diffstat (limited to 'client')
-rw-r--r--client/mysqlbinlog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index a50a89f330b..298521b5aa7 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -236,7 +236,7 @@ static struct my_option my_long_options[] =
0, 0},
{"result-file", 'r', "Direct output to a given file.", 0, 0, 0, GET_STR,
REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
- {"remote", 'R', "Connect to remote MySQL server",
+ {"read-from-remote-server", 'R', "Read binary logs from a MySQL server",
(gptr*) &remote_opt, (gptr*) &remote_opt, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
0, 0},
{"short-form", 's', "Just show the queries, no extra info.",