Bug #81095 Command-Line Options List: Error typo
Submitted: 15 Apr 2016 11:30 Modified: 20 Apr 2016 8:33
Reporter: William Chiquito Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Document Store: MySQL Shell Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any
Tags: Command-Line Options List, mysql shell

[15 Apr 2016 11:30] William Chiquito
Description:
Modify the option "--ssel-cert" by "--ssl-cert".

How to repeat:
Go to 3.8.4.2 Command-Line Options List - http://dev.mysql.com/doc/refman/5.7/en/mysql-shell-features-command-line-arguments-list.ht...
[15 Apr 2016 11:37] MySQL Verification Team
Hello William,

Thank you for the report and feedback!
mysqlsh help can confirm typo in documentation:

[root@cluster-repo ~]# mysqlsh --help|grep sl
  --ssl                    Enable SSL for connection(automatically enabled with other flags)
  --ssl-key=name           X509 key in PEM format
  --ssl-cert=name          X509 cert in PEM format
  --ssl-ca=name            CA file in

Thanks,
Umesh
[20 Apr 2016 8:33] Stefan Hinz
Posted by developer:
 
Thanks for your bug report! The typo has been fixed.