Index: trunk/ippTasks/detrend.norm.pro
===================================================================
--- trunk/ippTasks/detrend.norm.pro	(revision 28576)
+++ trunk/ippTasks/detrend.norm.pro	(revision 28577)
@@ -482,5 +482,5 @@
   task.exec
 
-    $run = dettool -revertnormalizedimfile -all 
+    $run = dettool -revertnormalizedimfile -all-run 
     if ($DB:n == 0)
       option DEFAULT
Index: trunk/ippTasks/detrend.process.pro
===================================================================
--- trunk/ippTasks/detrend.process.pro	(revision 28576)
+++ trunk/ippTasks/detrend.process.pro	(revision 28577)
@@ -346,5 +346,5 @@
   task.exec
  
-    $run = dettool -revertprocessedimfile -all 
+    $run = dettool -revertprocessedimfile -all-run 
     if ($DB:n == 0)
       option DEFAULT
Index: trunk/ippTasks/detrend.resid.pro
===================================================================
--- trunk/ippTasks/detrend.resid.pro	(revision 28576)
+++ trunk/ippTasks/detrend.resid.pro	(revision 28577)
@@ -350,5 +350,5 @@
   task.exec
 
-    $run = dettool -revertresidimfile -all 
+    $run = dettool -revertresidimfile -all-run 
     if ($DB:n == 0)
       option DEFAULT
Index: trunk/ippTasks/detrend.stack.pro
===================================================================
--- trunk/ippTasks/detrend.stack.pro	(revision 28576)
+++ trunk/ippTasks/detrend.stack.pro	(revision 28577)
@@ -193,5 +193,5 @@
   task.exec
   
-    $run = dettool -revertstacked -all 
+    $run = dettool -revertstacked -all-run 
     if ($DB:n == 0)
       option DEFAULT
