From 61d94173d9524ab4180b0793748da62891a71703 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 10 2013 14:45:15 +0000 Subject: Update cli_printMessage function. - Add `--as-processing-line' option. This option is generally used to display the path or file being processed (e.g., when docbook validation takes place). --- diff --git a/Scripts/Bash/Functions/Commons/cli_printMessage.sh b/Scripts/Bash/Functions/Commons/cli_printMessage.sh index 3333872..6134959 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -183,6 +183,10 @@ function cli_printMessage { cli_printMessage '-' --as-separator-line ;; + --as-processing-line ) + cli_printMessage "`gettext "Processing"`: $MESSAGE" --as-stdout-line + ;; + --as-cropping-line ) cli_printMessage "`gettext "Cropping from"`: $MESSAGE" --as-stdout-line ;;