Changeset 30353 for trunk/ippTools/src/pztoolConfig.c
- Timestamp:
- Jan 24, 2011, 2:43:37 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pztoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztoolConfig.c
r30227 r30353 156 156 psMetadataAddStr(advanceArgs, PS_LIST_TAIL, "-label", 0, "define the label for the chip stage", NULL); 157 157 158 // -updatepzexp 159 psMetadata *updatepzexpArgs = psMetadataAlloc(); 160 psMetadataAddStr(updatepzexpArgs, PS_LIST_TAIL, "-exp_name", 0, "search by exposure name (required)", NULL); 161 psMetadataAddStr(updatepzexpArgs, PS_LIST_TAIL, "-camera", 0, "search by camera (required)", NULL); 162 psMetadataAddStr(updatepzexpArgs, PS_LIST_TAIL, "-telescope", 0, "search by telescope (required)", NULL); 163 psMetadataAddStr(updatepzexpArgs, PS_LIST_TAIL, "-set_state", 0, "define new state (required)", NULL); 164 158 165 // -updatenewexp 159 166 psMetadata *updatenewexpArgs = psMetadataAlloc(); … … 178 185 PXOPT_ADD_MODE("-toadvance", "", PZTOOL_MODE_TOADVANCE, toadvanceArgs); 179 186 PXOPT_ADD_MODE("-advance", "", PZTOOL_MODE_ADVANCE, advanceArgs); 187 PXOPT_ADD_MODE("-updatepzexp", "", PZTOOL_MODE_UPDATEPZEXP, updatepzexpArgs); 180 188 PXOPT_ADD_MODE("-updatenewexp", "", PZTOOL_MODE_UPDATENEWEXP,updatenewexpArgs); 181 189
Note:
See TracChangeset
for help on using the changeset viewer.
