diff --git a/Scripts/Functions/Help/help_deleteEntry.sh b/Scripts/Functions/Help/help_deleteEntry.sh
index 2a8522f..78d68ef 100755
--- a/Scripts/Functions/Help/help_deleteEntry.sh
+++ b/Scripts/Functions/Help/help_deleteEntry.sh
@@ -60,7 +60,7 @@ function help_deleteEntry {
     ENTRIES=$(echo ${ENTRIES} | tr ' ' "\n" | sort -r | uniq)
     
     # Print action preamble.
-    cli_printActionPreamble "$ENTRIES" 'doDelete' 'AsResponseLine'
+    cli_printActionPreamble $ENTRIES --to-delete
 
     # Remove documentation entry using Subversion's `delete' command
     # to know when the action took place.  Do not use regular `rm'