diff --git a/Scripts/Functions/cli_updateRepoChanges.sh b/Scripts/Functions/cli_updateRepoChanges.sh
index b3befcd..67c2b76 100644
--- a/Scripts/Functions/cli_updateRepoChanges.sh
+++ b/Scripts/Functions/cli_updateRepoChanges.sh
@@ -53,16 +53,10 @@ function cli_updateRepoChanges {
     cli_checkFiles "$LOCATIONS" 'fd'
     cli_checkFiles "$LOCATIONS" 'isInWorkingCopy'
 
-    # Outout separator line.
-    cli_printMessage '-' 'AsSeparatorLine'
-
     # Update working copy and retrive update output.
-    cli_printMessage "`gettext "Bringing changes from the repository into the working copy"`" 'AsResponseLine'
+    cli_printMessage "`gettext "Bringing changes from the repository into the working copy"`" 'AsBannerLine'
     UPDATEOUT=$(svn update ${LOCATIONS})
 
-    # Outout separator line.
-    cli_printMessage '-' 'AsSeparatorLine'
-
     # Define path of files considered recent modifications from
     # central repository to working copy.
     FILES[0]=$(echo "$UPDATEOUT" | egrep "^A.+$(cli_getRepoTLDir "${LOCATIONS}").+$" | sed -r "s,^.+($(cli_getRepoTLDir "${LOCATIONS}").+)$,\1,")