diff options
author | Georgi Kodinov <joro@sun.com> | 2009-10-14 17:36:11 +0300 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-10-14 17:36:11 +0300 |
commit | 67113c2e29b0334427b9f6d13dbf8fbc6e40cdee (patch) | |
tree | ca5ef661d94a718654f300fb492092dde7f4bc88 /client | |
parent | 445454f728577f2e96d491f3db9ad6bb534e2cb5 (diff) | |
parent | 3eb048ab8734919b1ab87549d8475494ef05b1d6 (diff) | |
download | mariadb-git-67113c2e29b0334427b9f6d13dbf8fbc6e40cdee.tar.gz |
merge
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index 28da6d75c1b..d46f18332ab 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -2863,7 +2863,7 @@ com_help(String *buffer __attribute__((unused)), "For developer information, including the MySQL Reference Manual, " "visit:\n" " http://dev.mysql.com/\n" - "To buy MySQL Network Support, training, or other products, visit:\n" + "To buy MySQL Enterprise support, training, or other products, visit:\n" " https://shop.mysql.com/\n", INFO_INFO); put_info("List of all MySQL commands:", INFO_INFO); if (!named_cmds) |