Skip to content

Commit a03ad8c

Browse files
committed
Improve confirmation message
Signed-off-by: Kirtan Gajjar <[email protected]>
1 parent d8b7bb7 commit a03ad8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/commands/src/CLI_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ public function cmd_dump() {
500500
*/
501501
public function self_uninstall( $args, $assoc_args ) {
502502

503-
EE::confirm("Are you sure you want to remove EasyEngine and all its sites(along with their data) ?", $assoc_args);
503+
EE::confirm("Are you sure you want to remove EasyEngine and all its sites(along with their data)?\nThis is an irreversible action. No backup will be kept.", $assoc_args);
504504

505505
Utils\default_launch("docker rm -f $(docker ps -aqf label=org.label-schema.vendor=\"EasyEngine\")");
506506
$home = Utils\get_home_dir();

0 commit comments

Comments
 (0)