mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
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:
parent
af016f72b9
commit
8c7789c313
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue