diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-12-04 15:02:06 +0200 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-12-04 15:02:06 +0200 |
commit | 669a12fdb0f66af4de8d0337ac15cd79707e5a37 (patch) | |
tree | 9747b02c5555436b9f7ee1b9410b5a301287078a /client/mysqlbinlog.cc | |
parent | 16ed1ce5cc29d5b1335b561019867474da0bc7fb (diff) | |
download | mariadb-git-669a12fdb0f66af4de8d0337ac15cd79707e5a37.tar.gz |
A set of Netware related patches.
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 9ae280a997d..736fa5a0e83 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -402,7 +402,7 @@ static struct my_option my_long_options[] = { #ifdef __NETWARE__ - {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.", + {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, #endif #ifndef DBUG_OFF |