From 0854e8aed557498e0153a30fc721808483185a33 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 05 2012 22:32:14 +0000 Subject: Update `Functions/Commons/cli_printMessage.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_printMessage.sh b/Scripts/Bash/Functions/Commons/cli_printMessage.sh index bab8874..c2cfac0 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -25,8 +25,8 @@ function cli_printMessage { - # Verify `--quiet' option. - if [[ "$FLAG_QUIET" == 'true' ]];then + # Verify verbose option. + if [[ "$FLAG_VERBOSE" == 'false' ]];then return fi