Index: trunk/ippTools/src/camtoolConfig.c
===================================================================
--- trunk/ippTools/src/camtoolConfig.c	(revision 11997)
+++ trunk/ippTools/src/camtoolConfig.c	(revision 12024)
@@ -48,8 +48,8 @@
     psMetadataAddStr(pendingexpArgs, PS_LIST_TAIL, "-exp_tag", 0,
             "search by exposure ID", NULL);
-    psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-p2_version", 0,
-            "search for exposures with this p2 version", -1);
-    psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-p3_version", 0,
-            "search for exposures with this p3 version", -1);
+    psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-chip_version", 0,
+            "search for exposures with this chip version", -1);
+    psMetadataAddS32(pendingexpArgs, PS_LIST_TAIL, "-cam_version", 0,
+            "search for exposures with this cam version", -1);
     psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit",  0,
         "limit result set to N items", 0);
@@ -107,8 +107,8 @@
     psMetadataAddStr(processedexpArgs, PS_LIST_TAIL, "-exp_tag", 0,
             "search by exposure ID", NULL);
-    psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-p2_version", 0,
-            "search for exposures with this p2 version", -1);
-    psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-p3_version", 0,
-            "search for exposures with this p3 version", -1);
+    psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-chip_version", 0,
+            "search for exposures with this chip version", -1);
+    psMetadataAddS32(processedexpArgs, PS_LIST_TAIL, "-cam_version", 0,
+            "search for exposures with this cam version", -1);
     psMetadataAddU64(processedexpArgs, PS_LIST_TAIL, "-limit",  0,
         "limit result set to N items", 0);
