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

fixed help message


client/mysql.cc:
  fixed help message
This commit is contained in:
Sergey Glukhov 2009-03-19 12:37:34 +04:00
parent af016f72b9
commit 8c7789c313

View file

@ -1199,7 +1199,7 @@ int main(int argc,char *argv[])
#endif
sprintf(buff, "%s",
#ifndef NOT_YET
"Type 'help;' or '\\h' for help. Type '\\c' to clear the buffer.\n");
"Type 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.\n");
#else
"Type 'help [[%]function name[%]]' to get help on usage of function.\n");
#endif