Index: trunk/ippTools/src/dettoolConfig.c
===================================================================
--- trunk/ippTools/src/dettoolConfig.c	(revision 10223)
+++ trunk/ippTools/src/dettoolConfig.c	(revision 10227)
@@ -545,7 +545,9 @@
     psMetadata *detrunsummaryArgs = psMetadataAlloc();
     psMetadataAddStr(detrunsummaryArgs, PS_LIST_TAIL, "-det_id",  0,
-        "search for detrend ID", NULL);
+            "search for detrend ID", NULL);
     psMetadataAddS32(detrunsummaryArgs, PS_LIST_TAIL, "-iteration",  0,
-        "search for iteration number", 0);
+            "search for iteration number", 0);
+    psMetadataAddBool(detrunsummaryArgs, PS_LIST_TAIL, "-simple",  0,
+            "use the simple output format", false);
 
     // -updatedetrun
