prep for near final builds
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runCreatePack200s.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runCreatePack200s.sh
index b5db3c9..172e326 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runCreatePack200s.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runCreatePack200s.sh
@@ -9,10 +9,10 @@
     printf "\n\t\t\t%s\t%s" "-v" "verbose" >&2
     printf "\n\t\t\t%s\t%s" "-c" "clean" >&2
     printf "\n\t\t\t%s\t%s" "-s" "steam" >&2
-    printf "\n\t\t\t\t%s" "where stream is Ganymede, Europa, etc" >&2
-    printf "\n\t\t\t%s\t%s" "-t" "use temp test update site for stream" >&2
-    printf "\n\t\t\t%s\t%s" "-m" "use milestone update site for stream" >&2
-    printf "\n\t\t\t%s\t%s" "-r" "use release update site for stream" >&2
+    printf "\n\t\t\t\t\t%s" "where stream is Ganymede, Europa, etc" >&2
+    printf "\n\t\t\t%s\t%s" "-t" "use the temp test update site for this stream" >&2
+    printf "\n\t\t\t%s\t%s" "-m" "use the milestone update site for this stream" >&2
+    printf "\n\t\t\t%s\t%s" "-r" "use the release update site for this stream" >&2
     printf "\n\n"  >&2
 }
 
@@ -65,6 +65,13 @@
   exit 1
 fi 
 
+if [ verbose ] 
+then 
+  printf "\n\tstream: " "${stream}" >&2
+  printf "\n\tto spdate site: : " "${toUpdateSite}" >&2
+  
+fi
+
 export BUILD_INITIALIZED=1
 
 ./ant.sh -f createPack200s.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${toUpdateSite}