IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2012, 10:49:13 AM (15 years ago)
Author:
bills
Message:

in disttool -startover require that at least one of dist_id or data_group be supplied

File:
1 edited

Legend:

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

    r32975 r33042  
    660660
    661661    // require data_group or dist_id to be supplied
    662     PXOPT_LOOKUP_STR(data_group, config->args, "-data_group", true, false);
     662    PXOPT_LOOKUP_STR(data_group, config->args, "-data_group", false, false);
    663663    PXOPT_LOOKUP_S64(dist_id, config->args, "-dist_id", false, false);
    664664    if (!data_group && !dist_id) {
Note: See TracChangeset for help on using the changeset viewer.