[Bug 1419581] [NEW] A little typo
GIHWAN OH
wurikiji at gmail.com
Mon Feb 9 02:00:55 UTC 2015
Public bug reported:
In the client/mysql_install_db.cc file, a little typo exists.
When we are using mysql_install_db client program with --help option,
it prompts [USAGE][OPTIONS] without space.
Here's my diff
--- a/client/mysql_install_db.cc
+++ b/client/mysql_install_db.cc
@@ -413,7 +413,7 @@ void usage(const string &p)
<< "MySQL Database Deployment Utility." << endl
<< "Usage: "
<< p
- << "[OPTIONS]\n";
+ << " [OPTIONS]\n";
my_print_help(my_connection_options);
my_print_variables(my_connection_options);
}
** Affects: mysql-5.6 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1419581
Title:
A little typo
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1419581/+subscriptions
More information about the Ubuntu-server-bugs
mailing list