From be93f62563df169388e0d859920c8e5aa646fde0 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 19 2010 23:46:52 +0000 Subject: Update cli_printMessage.sh to improve output of AsToKnowMoreLine case. --- diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index 9ce0731..e6fddb6 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -141,7 +141,10 @@ function cli_printMessage { # a file documentation entry. MESSAGE=$(echo $MESSAGE | cut -d ' ' -f2-) MESSAGE="$(dirname $MESSAGE)' --filter='$(basename $MESSAGE)" - echo "`gettext "To know more, run"`: centos-art help --read='$MESSAGE'" + echo "----------------------------------------------------------------------" + echo "`gettext "To know more, run"`:" + echo " centos-art help --read='$MESSAGE'" + echo "----------------------------------------------------------------------" exit # <-- ATTENTION: Do not remove this line. We use this # case as convenction to end script # execution.