Browse Source

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

fixed help message


client/mysql.cc:
  fixed help message
pull/374/head
Sergey Glukhov 17 years ago
parent
commit
8c7789c313
  1. 2
      client/mysql.cc

2
client/mysql.cc

@ -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

Loading…
Cancel
Save