Index: trunk/doc/ipptools/phase0.txt
===================================================================
--- trunk/doc/ipptools/phase0.txt	(revision 8262)
+++ trunk/doc/ipptools/phase0.txt	(revision 8549)
@@ -1,5 +1,5 @@
 Pan-Tasks regularly runs:
 
-	p0search -pendingimfile
+	p0tool -pendingimfile
 
 which returns a list of imfiles which are pending for phase 0 processing.
@@ -8,5 +8,5 @@
 For each imfile, we run:
 
-	phase0imfile.pl -exp_id $expId -classId $classId -uri $uri
+	phase0imfile.pl <expId> <classId> <uri>
 
 "phase0imfile.pl" is a helper script that runs ppStats on the imfile,
@@ -17,7 +17,7 @@
 It then pushes these qualities into the database using:
 
-	p0search -updateimfile -ra $ra -dec $dec -exptime $expTime ... [etc]
+	p0tool -updateimfile -ra $ra -dec $dec -exptime $expTime ... [etc]
 
-"p0search -updateimfile" ticks off the imfile as having been processed
+"p0tool -updateimfile" ticks off the imfile as having been processed
 through phase 0.
 
@@ -27,5 +27,5 @@
 Pan-Tasks regularly runs:
 
-	p0search -pendingexp
+	p0tool -pendingexp
 
 which returns a list of exposures which are pending for phase 0 processing,
@@ -35,10 +35,10 @@
 For each exposure, we run:
 
-	phase0exp.pl $expId
+	phase0exp.pl <expId>
 
 "phase0exp.pl" is a helper script that pulls out the qualities for each component
 imfile of that exposure (which are stored in the database) using: 
 
-	p0search -rawimfiles -expid $expId
+	p0tool -rawimfiles -expid $expId
 
 For those, it checks that the values are consistent across the
@@ -46,7 +46,7 @@
 exposure.  The results are uploaded to the database using:
 
-	p0search -updateexp -expid -ra $ra -dec $dec -exptime $expTime ... [-detrend]
+	p0tool -updateexp -expid -ra $ra -dec $dec -exptime $expTime ... [-detrend]
 
-"p0search -updateexp" ticks off the exposure as having been processed
+"p0tool -updateexp" ticks off the exposure as having been processed
 through phase 0, and moves it over for phase 1 (or phase 2)
 processing.
