From 3819daf0640c298774581aeb9ec7b7aa11b2c6d2 Mon Sep 17 00:00:00 2001 From: Sergey Glukhov Date: Tue, 14 Apr 2009 19:16:30 +0500 Subject: 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 --- client/mysql.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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, -- cgit v1.2.1