IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2008, 1:33:31 PM (18 years ago)
Author:
jhoblitt
Message:

implement -updaterun

File:
1 edited

Legend:

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

    r16662 r16663  
    178178    // -updaterun
    179179    psMetadata *updaterunArgs = psMetadataAlloc();
     180    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-corr_id",  0,
     181            "define correction id (required)", NULL);
     182    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-state", 0,
     183            "set state (required)", NULL);
    180184
    181185    psFree(now);
Note: See TracChangeset for help on using the changeset viewer.