IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2008, 3:02:07 PM (18 years ago)
Author:
eugene
Message:

merge updates from cleanup branch

File:
1 edited

Legend:

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

    r18336 r18366  
    231231            "allow everything to be queued without search terms", false);
    232232
     233    // -pendingexp
     234    psMetadata *pendingexpArgs = psMetadataAlloc();
     235    psMetadataAddS64(pendingexpArgs, PS_LIST_TAIL, "-cam_id", 0,
     236            "search by camtool ID", 0);
     237    psMetadataAddS64(pendingexpArgs, PS_LIST_TAIL, "-chip_id", 0,
     238            "search by chiptool ID", 0);
     239    psMetadataAddU64(pendingexpArgs, PS_LIST_TAIL, "-limit",  0,
     240            "limit result set to N items", 0);
     241    psMetadataAddBool(pendingexpArgs, PS_LIST_TAIL, "-simple", 0,
     242            "use the simple output format", false);
    233243
    234244    // -pendingexp
Note: See TracChangeset for help on using the changeset viewer.