Index: trunk/ippTools/src/detselectConfig.c
===================================================================
--- trunk/ippTools/src/detselectConfig.c	(revision 9343)
+++ trunk/ippTools/src/detselectConfig.c	(revision 9344)
@@ -37,4 +37,6 @@
     psMetadataAddF32(searchArgs, PS_LIST_TAIL, "-airmass", 0,
             "define airmass", NAN);
+    psMetadataAddBool(searchArgs, PS_LIST_TAIL, "-simple",  0,
+            "use the simple output format", false);
  
     // -select
@@ -46,4 +48,6 @@
     psMetadataAddStr(selectArgs, PS_LIST_TAIL, "-class_id", 0,
             "search by class ID", NULL);
+    psMetadataAddBool(selectArgs, PS_LIST_TAIL, "-simple",  0,
+            "use the simple output format", false);
     
 #define PXTOOL_MODE(option, modeval, argset) \
