Changeset 24140 for trunk/ippTools/src/flatcorrConfig.c
- Timestamp:
- May 11, 2009, 5:34:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/flatcorrConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/flatcorrConfig.c
r23688 r24140 101 101 psMetadataAddU64 (pendingprocessArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 102 102 psMetadataAddBool(pendingprocessArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 103 psMetadataAddStr(pendingprocessArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by label", NULL); 103 104 104 105 // -addprocess (XXX need to add fault and stats) … … 106 107 psMetadataAddS64 (addprocessArgs, PS_LIST_TAIL, "-corr_id", 0, "add complete run for specified corr_id (required)", 0); 107 108 psMetadataAddStr (addprocessArgs, PS_LIST_TAIL, "-hostname", 0, "set hostname", NULL); 108 psMetadataAddS16 (addprocessArgs, PS_LIST_TAIL, "- fault", 0, "set fault code", 0);109 psMetadataAddS16 (addprocessArgs, PS_LIST_TAIL, "-code", 0, "set fault code", 0); 109 110 110 111 // -updaterun
Note:
See TracChangeset
for help on using the changeset viewer.
