Changeset 10671 for trunk/ippTools/src/regtoolConfig.c
- Timestamp:
- Dec 12, 2006, 3:52:24 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtoolConfig.c
r10440 r10671 53 53 psMetadataAddStr(pendingexpArgs, PS_LIST_TAIL, "-imfiles", 0, 54 54 "search for exps with N imfiles", NULL); 55 psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit", 0, 56 "limit result set to N items", 0); 55 57 psMetadataAddBool(pendingexpArgs, PS_LIST_TAIL, "-simple", 0, 56 58 "use the simple output format", false); … … 64 66 psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class_id", 0, 65 67 "search by class ID", NULL); 68 psMetadataAddU64(pendingimfileArgs, PS_LIST_TAIL, "-limit", 0, 69 "limit result set to N items", 0); 66 70 psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-simple", 0, 67 71 "use the simple output format", false);
Note:
See TracChangeset
for help on using the changeset viewer.
