Index: trunk/ippTools/src/dettoolConfig.c
===================================================================
--- trunk/ippTools/src/dettoolConfig.c	(revision 8406)
+++ trunk/ippTools/src/dettoolConfig.c	(revision 8421)
@@ -301,5 +301,5 @@
     psMetadataAddBool(residimfileArgs, PS_LIST_TAIL, "-simple",  0,
         "use the simple output format", false);
- 
+
     // -addresidexp
     psMetadata *addresidexpArgs = psMetadataAlloc();
@@ -312,6 +312,12 @@
     psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-recip",  0,
         "define recipe (required)", NULL);
-    psMetadataAddBool(addresidexpArgs, PS_LIST_TAIL, "-accept",  0,
-        "define as having acceptable residuals", false);
+    psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-jpeg1",  0,
+        "define jpeg 1 (required)", NULL);
+    psMetadataAddStr(addresidexpArgs, PS_LIST_TAIL, "-jpeg2",  0,
+        "define jpeg 2 (required)", NULL);
+    psMetadataAddF32(addresidexpArgs, PS_LIST_TAIL, "-stats",  0,
+        "define stats (required)", NULL);
+    psMetadataAddBool(addresidexpArgs, PS_LIST_TAIL, "-reject",  0,
+        "exposure is not to be stacked in the next iteration", false);
 
     // -residexp
