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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to