diff --git a/Scripts/Functions/Help/help_copyEntry.sh b/Scripts/Functions/Help/help_copyEntry.sh
index 1ff9089..b6af30c 100755
--- a/Scripts/Functions/Help/help_copyEntry.sh
+++ b/Scripts/Functions/Help/help_copyEntry.sh
@@ -58,9 +58,6 @@ function help_copyEntry {
     # Define list of files to process.
     ENTRIES=$(cli_getFilesList $(dirname ${ENTRY_DST}) --pattern=".*$(basename ${ENTRY_DST}).*\.texi")
 
-    # Set action preamble.
-    cli_printActionPreamble "${ENTRIES}" '' ''
-
     # Print separator line.
     cli_printMessage '-' --as-separator-line