IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33809


Ignore:
Timestamp:
Apr 19, 2012, 10:35:20 AM (14 years ago)
Author:
bills
Message:

in pstamptool -revertreq accept but ignore -limit

File:
1 edited

Legend:

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

    r33337 r33809  
    125125    psMetadataAddStr(revertreqArgs, PS_LIST_TAIL, "-state", 0,      "state to revert", NULL);
    126126    psMetadataAddStr(revertreqArgs, PS_LIST_TAIL, "-label", PS_META_DUPLICATE_OK, "search by pstampRequest label (LIKE comparision)", NULL);
     127    // this argument is supplied by pantasks so we accept it but don't use it
     128    psMetadataAddU64(revertreqArgs, PS_LIST_TAIL, "-limit", 0,      "not used", 0);
    127129
    128130    // -pendingcleanup
Note: See TracChangeset for help on using the changeset viewer.