Skip to content

Commit c0db307

Browse files
Sergey GlukhovSergey Glukhov
Sergey Glukhov
authored and
Sergey Glukhov
committed
5.0-bugteam->5.1-bugteam merge
2 parents 42094d3 + 04ee3f2 commit c0db307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/mysql.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ typedef struct {
248248

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

0 commit comments

Comments
 (0)