IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2010, 11:36:46 AM (16 years ago)
Author:
Paul Price
Message:

Making revert for dist, diff, stack obey the convention of allowing multiple labels.

File:
1 edited

Legend:

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

    r26981 r26984  
    538538    PXOPT_COPY_S64(config->args, where, "-stage_id", "stage_id", "==");
    539539    PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
    540     PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     540    pxAddLabelSearchArgs(config, where, "-label", "distRun.label", "==");
    541541
    542542    PXOPT_COPY_S16(config->args, where,  "-fault", "distComponent.fault", "==");
Note: See TracChangeset for help on using the changeset viewer.