IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 22, 2011, 12:48:44 PM (15 years ago)
Author:
bills
Message:

Drop -unique option add -rerun for -definebyquery

File:
1 edited

Legend:

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

    r32750 r32764  
    195195
    196196    // default
    197     PXOPT_LOOKUP_BOOL(unique, config->args, "-unique", false);
     197    PXOPT_LOOKUP_BOOL(rerun, config->args, "-rerun", false);
    198198    PXOPT_LOOKUP_BOOL(pretend, config->args, "-pretend", false);
    199199    PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false);
     
    213213    psFree(where);
    214214
    215     if (unique) {
     215    if (!rerun) {
    216216      psStringAppend(&query, "AND vp_id IS NULL");
    217217    }
Note: See TracChangeset for help on using the changeset viewer.