From 909189505823d0a5d8418da1378123c1b1f89141 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Thu, 5 Dec 2024 22:51:10 +0300 Subject: [PATCH] better confirmation message --- yeswiki-move.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yeswiki-move.php b/yeswiki-move.php index d191a59..30fc108 100755 --- a/yeswiki-move.php +++ b/yeswiki-move.php @@ -77,7 +77,8 @@ if ($from === $to) { } $climate->bold()->underline()->out('Move a YesWiki'); -$climate->out('This will move yeswiki on '.$from.' to '.$to.', CAREFULL the destination yeswiki will be replaced'."\n"); +$climate->out('This will move yeswiki on '.$from.' to '.$to.''); +$climate->red('CAREFUL: the destination yeswiki will be replaced'."\n"); $input = $climate->confirm('Is it all good ?'); if ($input->confirmed()) { $climate->shout(