IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2009, 10:12:18 AM (17 years ago)
Author:
Paul Price
Message:

Some fixes required for pantasks operation: needed '-limit' for the list mode, need to check if a fileset exists before inserting it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/receivetoolConfig.c

    r23894 r23898  
    5656    psMetadataAddStr(listArgs, PS_LIST_TAIL, "-product", 0, "search on product", NULL);
    5757    psMetadataAddStr(listArgs, PS_LIST_TAIL, "-comment", 0, "search on comment (LIKE)", NULL);
     58    psMetadataAddU64(listArgs, PS_LIST_TAIL, "-limit",  0, "limit result set", 0);
     59    psMetadataAddBool(listArgs, PS_LIST_TAIL, "-simple",  0, "use simple output format?", false);
    5860
    5961    // -addfileset
Note: See TracChangeset for help on using the changeset viewer.