IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23332


Ignore:
Timestamp:
Mar 15, 2009, 4:52:55 PM (17 years ago)
Author:
eugene
Message:

was missing -included flag (dropped in merge somewhere??)

File:
1 edited

Legend:

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

    r23310 r23332  
    648648    psMetadataAddBool(residimfileArgs, PS_LIST_TAIL, "-faulted",  0,            "only return imfiles with a fault status set", false);
    649649    psMetadataAddBool(residimfileArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     650    psMetadataAddBool(residimfileArgs, PS_LIST_TAIL, "-included",  0,            "use only files included in ths detrun", false);
     651    // XXX is this option used?
    650652    psMetadataAddStr(residimfileArgs, PS_LIST_TAIL, "-select_state",  0,            "search for state", NULL);
    651653
Note: See TracChangeset for help on using the changeset viewer.