Bug #70710 The login-path option is missing from mysql(1) manpage
Submitted: 23 Oct 2013 18:00 Modified: 19 Feb 2014 15:12
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.6.14 OS:Any
Assigned to: Paul DuBois CPU Architecture:Any

[23 Oct 2013 18:00] Daniël van Eeden
Description:
The man page for mysql(1) does not list --login-path as an option.

How to repeat:
$ man -M ../../mysql/5.6.14-enterprise/man mysql | egrep '\-\-(port|host|login)'
       ·   --host=host_name, -h host_name
       ·   --port=port_num, -P port_num

$ mysql --help --verbose | grep login-path
--login-path=#          Read this path from the login file.

Suggested fix:
Add --login-path to the mysql(1) manpage.
[23 Oct 2013 23:33] MySQL Verification Team
Thank you for the bug report.
[19 Feb 2014 15:12] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_login-path
http://dev.mysql.com/doc/refman/5.6/en/mysqladmin.html#option_mysqladmin_login-path
etc.