Skip to content

Commit

Permalink
fixed fool_proof sub message
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Zaitsev <dzaitsev@yandex-team.ru>
  • Loading branch information
Denis Zaitsev committed Sep 22, 2011
1 parent ffd9969 commit 92482d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LxctlHelpers/helper.pm
Expand Up @@ -22,7 +22,7 @@ sub fool_proof
print "WARNING! ";
print color 'reset';
print "You are about to do something really terrible. This action may cause massive data loss.\n";
print "If you are sure, please enter: \"$expected_answer\" (without quotes, case sensetive)\n";
print "If you are sure, please enter: \"$expected_answer\" (without quotes, case sensitive or specify -f(--force) option)\n";
chomp($answer = <STDIN>);
if ("$answer" eq "$expected_answer") {
print "Have a lot of fun...\n";
Expand Down

0 comments on commit 92482d5

Please sign in to comment.