summaryrefslogtreecommitdiff
path: root/ndb/src/mgmclient/CommandInterpreter.cpp
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-12-13 00:51:30 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2004-12-13 00:51:30 +0100
commitf916abf3796de564676d2a6e96427caef20b325b (patch)
tree48b4a3ffa642124a8e694d2ffef8ebcda3cb9262 /ndb/src/mgmclient/CommandInterpreter.cpp
parent8f318cf1825176faba9cf8dcae9df78bc54d1e15 (diff)
downloadmariadb-git-f916abf3796de564676d2a6e96427caef20b325b.tar.gz
CommandInterpreter.cpp:
changed help text ndb/src/mgmclient/CommandInterpreter.cpp: changed help text
Diffstat (limited to 'ndb/src/mgmclient/CommandInterpreter.cpp')
-rw-r--r--ndb/src/mgmclient/CommandInterpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/mgmclient/CommandInterpreter.cpp b/ndb/src/mgmclient/CommandInterpreter.cpp
index 4855b716d99..a169d21f97c 100644
--- a/ndb/src/mgmclient/CommandInterpreter.cpp
+++ b/ndb/src/mgmclient/CommandInterpreter.cpp
@@ -266,7 +266,7 @@ static const char* helpText =
"START BACKUP [NOWAIT | WAIT STARTED | WAIT COMPLETED]\n"
" Start backup (default WAIT COMPLETED)\n"
"ABORT BACKUP <backup id> Abort backup\n"
-"SHUTDOWN Shutdown all processes in cluster and quit\n"
+"SHUTDOWN Shutdown all processes in cluster\n"
"CLUSTERLOG ON [<severity>] ... Enable Cluster logging\n"
"CLUSTERLOG OFF [<severity>] ... Disable Cluster logging\n"
"CLUSTERLOG TOGGLE [<severity>] ... Toggle severity filter on/off\n"