diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-13 00:51:30 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-13 00:51:30 +0100 |
commit | f916abf3796de564676d2a6e96427caef20b325b (patch) | |
tree | 48b4a3ffa642124a8e694d2ffef8ebcda3cb9262 /ndb/src/mgmclient/CommandInterpreter.cpp | |
parent | 8f318cf1825176faba9cf8dcae9df78bc54d1e15 (diff) | |
download | mariadb-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.cpp | 2 |
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" |