mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-04 21:02:13 +03:00
MCOL-914: Change warning text
This commit is contained in:
parent
cb9714bd90
commit
cad14d2111
@ -5842,7 +5842,7 @@ int processCommand(string* arguments)
|
||||
|
||||
if ( arguments[2] != "y") {
|
||||
cout << endl << "!!!!! DESTRUCTIVE COMMAND !!!!!" << endl;
|
||||
string warning = "This command does a stop and remove a module from the MariaDB ColumnStore System";
|
||||
string warning = "This command removes module(s) from the MariaDB ColumnStore System";
|
||||
// confirm request
|
||||
if (confirmPrompt(warning))
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user