IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2009, 2:48:12 PM (17 years ago)
Author:
bills
Message:

need to accept -limit even if we don't do anything with it

File:
1 edited

Legend:

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

    r25552 r25554  
    769769    PXOPT_COPY_S64(config->args, where, "-req_id_min",  "req_id", ">=");
    770770    PXOPT_LOOKUP_BOOL(all, config->args, "-all", false);
     771    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
    771772
    772773    psString query = pxDataGet("pstamptool_revertjob.sql");
Note: See TracChangeset for help on using the changeset viewer.