From 633e7c8727ea9165b1e9cd6b89bb03beef26f053 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 13 2012 18:27:01 +0000 Subject: Update `Functions/Commons/cli_printMessage.sh': - Add `--as-combining-line' option. --- diff --git a/Scripts/Bash/Functions/Commons/cli_printMessage.sh b/Scripts/Bash/Functions/Commons/cli_printMessage.sh index 4373443..442e346 100755 --- a/Scripts/Bash/Functions/Commons/cli_printMessage.sh +++ b/Scripts/Bash/Functions/Commons/cli_printMessage.sh @@ -88,6 +88,10 @@ function cli_printMessage { cli_printMessage "`gettext "Checking"`: $MESSAGE" ;; + --as-combining-line ) + cli_printMessage "`gettext "Combining"`: $MESSAGE" + ;; + --as-creating-line | --as-updating-line ) if [[ -a "$MESSAGE" ]];then cli_printMessage "`gettext "Updating"`: $MESSAGE"