diff options
author | monty@mashka.mysql.fi <> | 2002-09-18 02:21:29 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-09-18 02:21:29 +0300 |
commit | dfd0f82b9368cd4d023ebc1f6eab6e88622b060c (patch) | |
tree | a902843afe48087da439aa3786b69dca86f00349 /include/sslopt-longopts.h | |
parent | 70b1d53883fb8dc87cd52a41f91e3bb71268b211 (diff) | |
download | mariadb-git-dfd0f82b9368cd4d023ebc1f6eab6e88622b060c.tar.gz |
Update mysql-test results after merge
Diffstat (limited to 'include/sslopt-longopts.h')
-rw-r--r-- | include/sslopt-longopts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sslopt-longopts.h b/include/sslopt-longopts.h index 811fbcbbdd6..397d8baa9d6 100644 --- a/include/sslopt-longopts.h +++ b/include/sslopt-longopts.h @@ -17,8 +17,8 @@ #ifdef HAVE_OPENSSL {"ssl", OPT_SSL_SSL, - "Use SSL for connection (automatically set with other flags)", - (gptr*) &opt_use_ssl, (gptr*) &opt_use_ssl, 0, GET_BOOL, NO_ARG, 0, 0, 0, + "Enable SSL for connection (automatically enabled with other flags). Disable with --skip-ssl", + (gptr*) &opt_use_ssl, (gptr*) &opt_use_ssl, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"ssl-key", OPT_SSL_KEY, "X509 key in PEM format (implies --ssl)", (gptr*) &opt_ssl_key, (gptr*) &opt_ssl_key, 0, GET_STR, REQUIRED_ARG, |