Changeset 10115 for trunk/ippTools/src/pxinjectConfig.c
- Timestamp:
- Nov 20, 2006, 2:03:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxinjectConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxinjectConfig.c
r10039 r10115 42 42 // -newExp 43 43 psMetadata *newExpArgs = psMetadataAlloc(); 44 psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_tag", 0,45 "define the exp_tag (required)", NULL);46 44 psMetadataAddStr(newExpArgs, PS_LIST_TAIL, "-exp_id", 0, 47 45 "define the exp_id (required)", NULL); … … 56 54 psMetadataAddS32(newExpArgs, PS_LIST_TAIL, "-imfiles", 0, 57 55 "define the number of imfiles in this exp (required)", 0); 56 psMetadataAddBool(newExpArgs, PS_LIST_TAIL, "-simple", 0, 57 "use the simple output format", false); 58 58 59 59 // -newImfile
Note:
See TracChangeset
for help on using the changeset viewer.
