From 3cfe8154973d8c3ad74792f8c0de107eedff82f2 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 06 2012 03:29:26 +0000 Subject: Update `Functions/Commons/cli.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli.sh b/Scripts/Bash/Functions/Commons/cli.sh index e8ad0b1..e6af9f8 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -47,7 +47,7 @@ function cli { # (-v | --verbose) controls whether centos-art.sh script prints # messages or not. By default, all messages are suppressed except # those directed to standard error. - local FLAG_VERBOSE='false' + local FLAG_QUIET='false' # Initialize default value to answer flag. The answer flag # (--answer-yes) controls whether centos-art.sh script does or