IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2008, 4:13:35 PM (18 years ago)
Author:
eugene
Message:

making set_state and set_label options consistent

File:
1 edited

Legend:

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

    r19572 r19592  
    230230    }
    231231
    232     PXOPT_LOOKUP_STR(state, config->args, "-state", false, false);
    233     PXOPT_LOOKUP_STR(label, config->args, "-label", false, false);
     232    PXOPT_LOOKUP_STR(state, config->args, "-set_state", false, false);
     233    PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false);
    234234
    235235    if ((!state) && (!label)) {
Note: See TracChangeset for help on using the changeset viewer.