From 17184e1af8135045a96c27fc1a5a9eff88e8c867 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 16 2011 04:05:27 +0000 Subject: Update cli_printMessage.sh: - The `--as-design-line' option is no longer available. Instead, use the `--as-validating-line' option. In this specific case and time, I don't see a reason to retain design line when validating do both refering to design file and also that it is being validated. Another reason is when a validation error occurs, the validating line must be the last message before the error, not design line. --- diff --git a/Scripts/Functions/cli_printMessage.sh b/Scripts/Functions/cli_printMessage.sh index 0c31d0e..4847653 100755 --- a/Scripts/Functions/cli_printMessage.sh +++ b/Scripts/Functions/cli_printMessage.sh @@ -121,10 +121,11 @@ function cli_printMessage { cli_printMessage "`gettext "Translation"`: $MESSAGE" ;; - --as-design-line ) - cli_printMessage "`gettext "Design"`: $MESSAGE" + --as-validating-line ) + cli_printMessage "`gettext "Validating"`: $MESSAGE" ;; + --as-configuration-line ) cli_printMessage "`gettext "Configuration"`: $MESSAGE" ;;