IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14074


Ignore:
Timestamp:
Jul 8, 2007, 3:34:11 PM (19 years ago)
Author:
eugene
Message:

adding det_id option

File:
1 edited

Legend:

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

    r14023 r14074  
    276276    psMetadataAddBool(runsArgs, PS_LIST_TAIL, "-simple",  0,
    277277            "use the simple output format", false);
     278    psMetadataAddStr(runsArgs, PS_LIST_TAIL, "-det_id", 0,
     279            "search for detrend ID", NULL);
    278280
    279281    // -childlessrun
     
    812814    psMetadataAddStr(detrunsummaryArgs, PS_LIST_TAIL, "-det_id",  0,
    813815            "search for detrend ID", NULL);
     816    psMetadataAddU64(detrunsummaryArgs, PS_LIST_TAIL, "-limit",  0,
     817                     "limit result set to N items", 0);
    814818    psMetadataAddS32(detrunsummaryArgs, PS_LIST_TAIL, "-iteration",  0,
    815819            "search for iteration number", 0);
Note: See TracChangeset for help on using the changeset viewer.