From dab966267131eab3eb65010301694971ac621a38 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 03 2010 09:38:39 +0000 Subject: Update 'AsToKnowMoreLine' format in cli_printMessage.sh. The `help' functionality was renamed to `manual', so we update it here to reflect such change. --- diff --git a/Scripts/Bash/Functions/cli_printMessage.sh b/Scripts/Bash/Functions/cli_printMessage.sh index e17950c..c1d9a16 100755 --- a/Scripts/Bash/Functions/cli_printMessage.sh +++ b/Scripts/Bash/Functions/cli_printMessage.sh @@ -151,7 +151,7 @@ function cli_printMessage { MESSAGE=$(dirname $(echo $MESSAGE | cut -d ' ' -f2-)) echo "----------------------------------------------------------------------" echo "`gettext "To know more, run the following command"`:" - echo "centos-art help --read='$MESSAGE'" + echo "centos-art manual --read='$MESSAGE'" echo "----------------------------------------------------------------------" exit # <-- ATTENTION: Do not remove this line. We use this # case as convenction to end script