diff options
author | jamppa@suse9-x86.mysql.com <> | 2005-11-18 18:25:46 +0100 |
---|---|---|
committer | jamppa@suse9-x86.mysql.com <> | 2005-11-18 18:25:46 +0100 |
commit | a50cc250ffff75eb1a52f9dfeb90a391e1a04cf9 (patch) | |
tree | d78b10612493fc99569ad542f47edb15a37dd491 /client/mysqlshow.c | |
parent | a035c96c0fe600206113c7fb5cb2957a16cc39eb (diff) | |
download | mariadb-git-a50cc250ffff75eb1a52f9dfeb90a391e1a04cf9.tar.gz |
Netware specific changes for 5.0.16a
Diffstat (limited to 'client/mysqlshow.c')
-rw-r--r-- | client/mysqlshow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlshow.c b/client/mysqlshow.c index 8f6be6cf70b..8369d918d6f 100644 --- a/client/mysqlshow.c +++ b/client/mysqlshow.c @@ -157,7 +157,7 @@ int main(int argc, char **argv) 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 {"character-sets-dir", 'c', "Directory where character sets are.", |