1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Bug#41268 Help Text for \c is misleading in client command line interface(addon)

fixed message for 'help' command


client/mysql.cc:
  fixed message for 'help' command
This commit is contained in:
Sergey Glukhov
2009-04-14 19:16:30 +05:00
parent 84ae9ecab0
commit 3819daf064

View File

@@ -241,7 +241,7 @@ typedef struct {
static COMMANDS commands[] = {
{ "?", '?', com_help, 1, "Synonym for `help'." },
{ "clear", 'c', com_clear, 0, "Clear command."},
{ "clear", 'c', com_clear, 0, "Clear the current input statement."},
{ "connect",'r', com_connect,1,
"Reconnect to the server. Optional arguments are db and host." },
{ "delimiter", 'd', com_delimiter, 1,