Changeset 41628
- Timestamp:
- Jun 1, 2021, 1:08:25 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps1-20210510/ippTools/src/warptoolConfig.c
r41581 r41628 286 286 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-data_group", PS_META_DUPLICATE_OK, "search by warpRun data_group", NULL); 287 287 psMetadataAddStr(listrunArgs, PS_LIST_TAIL, "-dist_group", PS_META_DUPLICATE_OK, "search by warpRun dist_group", NULL); 288 psMetadataAddBool(listrunArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false);289 288 290 289 // add magic related arguments … … 440 439 psMetadataAddU64(runstateArgs, PS_LIST_TAIL, "-limit", 0, "limit result set to N items", 0); 441 440 psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 442 psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false);441 // psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-all", 0, "allow everything to be queued without search terms", false); 443 442 444 443 // -setskyfiletoupdate
Note:
See TracChangeset
for help on using the changeset viewer.
