Index: trunk/ippTools/src/dettool.c
===================================================================
--- trunk/ippTools/src/dettool.c	(revision 30877)
+++ trunk/ippTools/src/dettool.c	(revision 31205)
@@ -1351,4 +1351,10 @@
     }
 
+    PXOPT_LOOKUP_STR(det_type, config->args, "-set_det_type", false, false);
+    if (det_type) {
+      updating = true;
+      PXOPT_COPY_STR(config->args,     values,       "-set_det_type", "det_type", "==");
+    }
+
 
     // either -rerun or -state must be specified
