Changeset 24136 for branches/pap_magic/ippTools/src/magictoolConfig.c
- Timestamp:
- May 11, 2009, 4:38:18 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_magic/ippTools/src/magictoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_magic/ippTools/src/magictoolConfig.c
r23969 r24136 58 58 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-rerun", 0, "generate new run even if existing?", false); 59 59 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 60 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-pretend", 0, "list results but do not queue", false); 60 61 61 62 // -definerun … … 65 66 // following argument is for compatability 66 67 psMetadataAddS64(definerunArgs, PS_LIST_TAIL, "-diff_id", 0, "define diff_id", 0); 68 psMetadataAddBool(definerunArgs, PS_LIST_TAIL, "-inverse", 0, "use the inverse subtraction?", false); 67 69 psMetadataAddStr(definerunArgs, PS_LIST_TAIL, "-label", 0, "define label", NULL); 68 70 psMetadataAddStr(definerunArgs, PS_LIST_TAIL, "-dvodb", 0, "define dvodb", NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
