summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-02-18 12:18:38 +0200
committerGeorgi Kodinov <joro@sun.com>2009-02-18 12:18:38 +0200
commit41728a3104dde42a5eb65c78a9978d7f4b4adff3 (patch)
treebc66b29f0b94eb756176fb70ab33bbe553987785 /client
parente1a197caba314ab7c9fdc608fb57787367236c3d (diff)
downloadmariadb-git-41728a3104dde42a5eb65c78a9978d7f4b4adff3.tar.gz
Bug #26724: mysql command line client, ignores input to internal cmd after space
Removed the misleading "NOTE:" from the \h command. client/mysql.cc: Bug #26724: removed the misleading note from the \h command
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index 88ddd40fa68..2ecfd637453 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -243,7 +243,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 statement delimiter. NOTE: Takes the rest of the line as new delimiter." },
+ "Set statement delimiter." },
#ifdef USE_POPEN
{ "edit", 'e', com_edit, 0, "Edit command with $EDITOR."},
#endif