1
0
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:
Ben Thompson 2017-10-13 12:53:36 -05:00
parent cb9714bd90
commit cad14d2111

View File

@ -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;