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/chiptoolConfig.c

    r17859 r18093  
    4444    }
    4545
    46     // -queue
     46    // -definebyquery
    4747    psMetadata *queueArgs = psMetadataAlloc();
    4848    // XXX need to allow multiple exp_ids
     
    286286    psMetadata *modes = psMetadataAlloc();
    287287
    288     PXOPT_ADD_MODE("-queue",                "create runs from raw exposures",
    289         CHIPTOOL_MODE_QUEUE,                queueArgs);
     288    PXOPT_ADD_MODE("-definebyquery",                "create runs from raw exposures",
     289        CHIPTOOL_MODE_DEFINEBYQUERY,                queueArgs);
    290290    PXOPT_ADD_MODE("-updaterun",            "change chip run properties",
    291291        CHIPTOOL_MODE_UPDATERUN,            updaterunArgs);
Note: See TracChangeset for help on using the changeset viewer.