Index: trunk/ippTools/src/pxinjectConfig.c
===================================================================
--- trunk/ippTools/src/pxinjectConfig.c	(revision 10039)
+++ trunk/ippTools/src/pxinjectConfig.c	(revision 10115)
@@ -42,6 +42,4 @@
     // -newExp
     psMetadata *newExpArgs = psMetadataAlloc();
-    psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_tag",  0,
-        "define the exp_tag (required)", NULL);
     psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_id",  0,
         "define the exp_id (required)", NULL);
@@ -56,4 +54,6 @@
     psMetadataAddS32(newExpArgs, PS_LIST_TAIL, "-imfiles",  0,
         "define the number of imfiles in this exp (required)", 0);
+    psMetadataAddBool(newExpArgs, PS_LIST_TAIL, "-simple",  0,
+        "use the simple output format", false);
 
     // -newImfile
