IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2009, 4:19:21 PM (17 years ago)
Author:
bills
Message:

require target_id to be supplied since there is a foreign key constraint

File:
1 edited

Legend:

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

    r23717 r23736  
    9797    PXOPT_LOOKUP_STR(outroot, config->args, "-outroot", true, false);
    9898    // optional
    99     PXOPT_LOOKUP_S64(target_id, config->args, "-target_id",  false, false);
     99    PXOPT_LOOKUP_S64(target_id, config->args, "-target_id",  true, false);
    100100    PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
    101101    PXOPT_LOOKUP_BOOL(no_magic, config->args, "-no_magic", false);
Note: See TracChangeset for help on using the changeset viewer.