Index: /trunk/doc/ipptools/dettool.txt
===================================================================
--- /trunk/doc/ipptools/dettool.txt	(revision 9062)
+++ /trunk/doc/ipptools/dettool.txt	(revision 9063)
@@ -75,5 +75,5 @@
 id, a list of imfiles may be gathered using:
 
-	dettool -processed -exp_tag <exp_tag>
+	dettool -processedimfile -exp_tag <exp_tag>
 
 The output includes b1_uri, b2_uri, bg, bg_stdev and bg_mean_stdev for
@@ -87,5 +87,5 @@
 	dettool -addprocessedexp -exp_tag <exp_tag> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -uri <jpeg_uri> -jpeg_uri <jpeg_uri>
 
-In practise, the above "dettool -processed", "ppImage" and "dettool
+In practise, the above "dettool -processedimfile", "ppImage" and "dettool
 -addprocessedexp" commands will be performed by a script,
 "detrend_process_exp.pl".
@@ -112,8 +112,8 @@
 
 For each stack that is to be performed, we obtain the list of input
-imfiles.  "dettool -processed" returns the list of all processed
+imfiles.  "dettool -processedimfile" returns the list of all processed
 imfiles from different exposures with the same class_id:
 
-	dettool -processed -det_id <det_id> -iter <iter> -class_id <class_id>
+	dettool -processedimfile -det_id <det_id> -iter <iter> -class_id <class_id>
 
 The output includes the exposure id and uri for each of the input
@@ -129,5 +129,5 @@
 	dettool -addstacked -det_id <det_id> -iter <iter> -class_id <class_id> -recip <recipe> -uri <stacked_uri> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat>
 
-In practise, the above three commands ("dettool -processed", "ppMerge"
+In practise, the above three commands ("dettool -processedimfile", "ppMerge"
 and "dettool -addstacked") will be performed by a Perl script,
 "detrend_stack.pl".
@@ -145,5 +145,5 @@
 For each of these detrend ids, we get the list of processed imfiles:
 
-	dettool -processed -unmask -det_id <det_id> -iter <iter>
+	dettool -processedimfile -unmask -det_id <det_id> -iter <iter>
 
 This returns the complete list of processed imfiles for the specified
@@ -165,5 +165,5 @@
 	dettool -addnormstat -det_id <det_id> -iter <iter> -class_id <class_id> -norm <normalisation> 
 
-In practise, the above three commands ("dettool -processed -unmask",
+In practise, the above three commands ("dettool -processedimfile -unmask",
 "ppNormCalc" and "dettool -addnormstat") will be performed by a Perl
 script, "detrend_norm_calc.pl".
