Commit 8c7789c3 authored by Sergey Glukhov's avatar Sergey Glukhov

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

fixed help message


client/mysql.cc:
  fixed help message
parent af016f72
...@@ -1199,7 +1199,7 @@ int main(int argc,char *argv[]) ...@@ -1199,7 +1199,7 @@ int main(int argc,char *argv[])
#endif #endif
sprintf(buff, "%s", sprintf(buff, "%s",
#ifndef NOT_YET #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 #else
"Type 'help [[%]function name[%]]' to get help on usage of function.\n"); "Type 'help [[%]function name[%]]' to get help on usage of function.\n");
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment