diff --git a/Scripts/Bash/Functions/Commons/cli.sh b/Scripts/Bash/Functions/Commons/cli.sh index 3e4c5e0..e8ad0b1 100755 --- a/Scripts/Bash/Functions/Commons/cli.sh +++ b/Scripts/Bash/Functions/Commons/cli.sh @@ -44,9 +44,10 @@ function cli { local FLAG_FILTER='[[:alnum:]_/-]+' # Initialize default value to verbosity flag. The verbosity flag - # (--quiet) controls whether centos-art.sh script prints messages - # or not. By default, all messages are printed out. - local FLAG_QUIET='false' + # (-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' # Initialize default value to answer flag. The answer flag # (--answer-yes) controls whether centos-art.sh script does or