From 2f965dfe5f6e425cf41c1db7d0d6fcc2fb892a54 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Nov 03 2010 16:12:59 +0000 Subject: Remove AsHelpLine option from cli_printMessage.sh. The AsToKnowMoreLine option should be used instead. --- diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index 06e857a..2396923 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -64,14 +64,6 @@ function cli_printMessage { echo '----------------------------------------------------------------------' ;; - 'AsHelpLine' ) - echo '----------------------------------------------------------------------' - echo "$MESSAGE" | fmt --width=70 - echo '----------------------------------------------------------------------' - cli_printMessage "`gettext "HELP"`: centos-art help --read=$OPTIONVAL" - echo '----------------------------------------------------------------------' - ;; - 'AsUpdatingLine' ) echo "`gettext "Updating"`: $MESSAGE" \ | awk -f /home/centos/artwork/trunk/Scripts/Bash/Styles/output_forTwoColumns.awk