diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index e6fddb6..79d3c5f 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -142,8 +142,8 @@ function cli_printMessage { MESSAGE=$(echo $MESSAGE | cut -d ' ' -f2-) MESSAGE="$(dirname $MESSAGE)' --filter='$(basename $MESSAGE)" echo "----------------------------------------------------------------------" - echo "`gettext "To know more, run"`:" - echo " centos-art help --read='$MESSAGE'" + echo "`gettext "To know more, run the following command"`:" + echo "centos-art help --read='$MESSAGE'" echo "----------------------------------------------------------------------" exit # <-- ATTENTION: Do not remove this line. We use this # case as convenction to end script