Changeset 13937 for trunk/ippTools/src/dettoolConfig.c
- Timestamp:
- Jun 21, 2007, 2:10:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettoolConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettoolConfig.c
r13849 r13937 115 115 psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-use_end", 0, 116 116 "end of detrend run applicable peroid", NULL); 117 psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-reduction", 0, 118 "define reduction class for processing", NULL); 117 119 psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-label", 0, 118 120 "define detrun label", NULL); … … 204 206 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-pretend", 0, 205 207 "print the exposures that would be included in the detrend run and exit", false); 208 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-reduction", 0, 209 "define reduction class for processing", NULL); 206 210 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-label", 0, 207 211 "define detrun label", NULL); … … 259 263 psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_end", 0, 260 264 "filter input detrun exp to be in this peroid", NULL); 265 psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_reduction", 0, 266 "define reduction class for processing", NULL); 261 267 psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_label", 0, 262 268 "define detrun label", NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
