summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2005-04-26 14:02:16 +0300
committerunknown <jani@ua141d10.elisa.omakaista.fi>2005-04-26 14:02:16 +0300
commite6675ed3ac79b53d9732d26a1e472bf128a4ccc5 (patch)
tree0e64e9012875e8557f6f3adbd21a5aca99216224 /client
parent22311d277511e5412c1dd3c3b70d7e4104c948ab (diff)
downloadmariadb-git-e6675ed3ac79b53d9732d26a1e472bf128a4ccc5.tar.gz
Improved client internal help.
Doc fix for Bug#9870.
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index 8d5117a29e0..4eed4349b45 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -44,7 +44,7 @@
#include <locale.h>
#endif
-const char *VER= "14.9";
+const char *VER= "14.10";
/* Don't try to make a nice table if the data is too big */
#define MAX_COLUMN_LENGTH 1024
@@ -235,7 +235,7 @@ static COMMANDS commands[] = {
{ "connect",'r', com_connect,1,
"Reconnect to the server. Optional arguments are db and host." },
{ "delimiter", 'd', com_delimiter, 1,
- "Set query delimiter. " },
+ "Set statement delimiter. NOTE: Takes the rest of the line as new delimiter." },
#ifdef USE_POPEN
{ "edit", 'e', com_edit, 0, "Edit command with $EDITOR."},
#endif