Changeset 15783 for trunk/ippTools/src/dettoolConfig.c
- Timestamp:
- Dec 10, 2007, 6:44:01 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettoolConfig.c
r14665 r15783 270 270 "use the simple output format", false); 271 271 272 // -makecorrection 273 psMetadata *makecorrectionArgs = psMetadataAlloc(); 274 psMetadataAddStr(makecorrectionArgs, PS_LIST_TAIL, "-det_id", 0, 275 "det ID to be corrected (required)", NULL); 276 272 277 // -runs 273 278 psMetadata *runsArgs = psMetadataAlloc(); … … 1064 1069 PXTOOL_ADD_MODE("-definebyquery", "", DETTOOL_MODE_DEFINEBYQUERY, definebyqueryArgs); 1065 1070 PXTOOL_ADD_MODE("-definebydetrun", "", DETTOOL_MODE_DEFINEBYDETRUN, definebydetrunArgs); 1071 PXTOOL_ADD_MODE("-makecorrection", "", DETTOOL_MODE_MAKECORRECTION, makecorrectionArgs); 1066 1072 PXTOOL_ADD_MODE("-raw", "", DETTOOL_MODE_RAW, rawArgs); 1067 1073 PXTOOL_ADD_MODE("-runs", "", DETTOOL_MODE_RUNS, runsArgs);
Note:
See TracChangeset
for help on using the changeset viewer.
