summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2009-04-14 19:16:30 +0500
committerSergey Glukhov <Sergey.Glukhov@sun.com>2009-04-14 19:16:30 +0500
commit3819daf0640c298774581aeb9ec7b7aa11b2c6d2 (patch)
tree11fcfa37639f09c7f6561c627d607ac7982b9220 /client
parent84ae9ecab0f3761d8086bce4c2f8dfbcfd43f31e (diff)
downloadmariadb-git-3819daf0640c298774581aeb9ec7b7aa11b2c6d2.tar.gz
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
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index 983d7719c3c..93aab390e5a 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -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,