diff --git a/releng.control/promote.sh b/releng.control/promote.sh
index 655ff432da5ef9983ed1fb2fe2f1d8dd63ff705e..72b84bff986c10b2c7065f718645e45fdfe06b88 100755
--- a/releng.control/promote.sh
+++ b/releng.control/promote.sh
@@ -5,12 +5,12 @@
 
 function usage() {
     printf "\n\tUsage: %s [-v] [-d] [-s] [-c] [-z] [-p] projectname " $(basename $0) >&2
-    printf "\n\t\t%s\n" "where <projectname> (for -p) is wtp-R2.0-M, wtp-R3.0-I, wtp-R3.0-N, etc." >&2	
-    printf "\n\t\t%s\t\t%s\n" "-v" "verbose" >&2
-    printf "\n\t\t%s\t\t%s\n" "-d" "delete old builds" >&2
-    printf "\n\t\t%s\t\t%s\n" "-s" "send notification mail" >&2
-    printf "\n\t\t%s\t\t%s\n" "-c" "copy the build from committers to downloads" >&2
-    printf "\n\t\t%s\t\t%s\n" "-z" "process artifacts (create pack200 gz jars, etc.) Remember, is long running." >&2    
+    printf "\n\t\t%s\n" "where <projectname> (for -p) is cc project, such as wtp-R3.2.3-M, wtp-R3.3.0-I, etc." >&2	
+    printf "\n\t\t%s\t%s" "-v" "verbose" >&2
+    printf "\n\t\t%s\t%s" "-d" "delete old builds" >&2
+    printf "\n\t\t%s\t%s" "-s" "send notification mail" >&2
+    printf "\n\t\t%s\t%s" "-c" "copy the build from committers to downloads" >&2
+    printf "\n\t\t%s\t%s" "-z" "process artifacts (create pack200 gz jars, etc.) Remember, is long running." >&2    
 }
 
 source rsync-retry.sh
diff --git a/releng.control/runAntRunner.sh b/releng.control/runAntRunner.sh
index 48a01ab9db85a9ed738a08dd879e79883a3a079d..0ebf3cc2f12dba93eba36be93643f22e852f343e 100644
--- a/releng.control/runAntRunner.sh
+++ b/releng.control/runAntRunner.sh
@@ -43,6 +43,6 @@ echo devJRE:       $devJRE
 $devJRE -version
 echo
 
-${ECLIPSE_EXE}  --launcher.suppressErrors  -nosplash -debug -consolelog -console -data $devworkspace -application org.eclipse.ant.core.antRunner $BUILDFILESTR -vm $devJRE -vmargs $devArgs
+${ECLIPSE_EXE}  --launcher.suppressErrors  -nosplash -console -data $devworkspace -application org.eclipse.ant.core.antRunner $BUILDFILESTR -vm $devJRE -vmargs $devArgs