IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2008, 11:53:45 AM (18 years ago)
Author:
jhoblitt
Message:

-queue -> -definebyquery rename

File:
1 edited

Legend:

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

    r18029 r18093  
    4444    }
    4545
    46     // -queue
     46    // -definebyquery
    4747    psMetadata *queueArgs = psMetadataAlloc();
    4848    // XXX need to allow multiple exp_ids
     
    426426    psMetadata *modes = psMetadataAlloc();
    427427
    428     PXOPT_ADD_MODE("-queue",                 "create runs from raw exposures",
    429         FAKETOOL_MODE_QUEUE,                    queueArgs);
     428    PXOPT_ADD_MODE("-definebyquery",                 "create runs from raw exposures",
     429        FAKETOOL_MODE_DEFINEBYQUERY,                    queueArgs);
    430430    PXOPT_ADD_MODE("-updaterun",             "change fake run properties",
    431431        FAKETOOL_MODE_UPDATERUN,                updaterunArgs);
Note: See TracChangeset for help on using the changeset viewer.