IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2011, 10:07:26 AM (15 years ago)
Author:
bills
Message:

Correct the order of arguments in addprocessedimfile.
accept but ignore -limit in regtool -revertprocessedimfile for compatability with the task.

File:
1 edited

Legend:

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

    r30049 r30203  
    178178    ADD_OPT(S64, revertprocessedimfileArgs, "-exp_id_begin",  "search by exposure ID", 0);
    179179    ADD_OPT(S64, revertprocessedimfileArgs, "-exp_id_end",    "search by exposure ID", 0);
     180    // This argument is not used but is needed because the task uses add.poll.args
     181    ADD_OPT(U64, revertprocessedimfileArgs, "-limit",     "for compatability not used", 0);
    180182
    181183    // -updateprocessedimfile
Note: See TracChangeset for help on using the changeset viewer.