Changeset 41654 for trunk/ippTools/src/camtoolConfig.c
- Timestamp:
- Jun 8, 2021, 3:37:04 PM (5 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools
- Property svn:mergeinfo changed
/tags/ipp-ps1-20210510/ippTools (added) merged: 41577,41580-41581,41597,41600,41621,41628
- Property svn:mergeinfo changed
-
trunk/ippTools/src
- Property svn:mergeinfo changed
/tags/ipp-ps1-20210510/ippTools/src (added) merged: 41577,41580-41581,41597,41600,41621,41628
- Property svn:mergeinfo changed
-
trunk/ippTools/src/camtoolConfig.c
r41072 r41654 97 97 psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 98 98 psMetadataAddBool(pendingexpArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 99 psMetadataAddBool(pendingexpArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); 99 100 100 101 // -pendingimfile … … 106 107 psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class_id", 0, "search by class ID", NULL); 107 108 psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 109 psMetadataAddBool(pendingimfileArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); 108 110 109 111 // XXX is this used? psMetadataAddStr(pendingimfileArgs, PS_LIST_TAIL, "-class", 0, "search by class", NULL); … … 275 277 psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 276 278 psMetadataAddU64(pendingcleanuprunArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 279 psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); 277 280 278 281 // -pendingcleanupexp … … 284 287 psMetadataAddBool(pendingcleanupexpArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 285 288 psMetadataAddU64(pendingcleanupexpArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 289 psMetadataAddBool(pendingcleanupexpArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); 286 290 287 291 // -donecleanup
Note:
See TracChangeset
for help on using the changeset viewer.
