IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28080


Ignore:
Timestamp:
May 24, 2010, 3:35:08 PM (16 years ago)
Author:
bills
Message:

-class_id shouldn't be required for chiptool -setimfiletoupdate

File:
1 edited

Legend:

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

    r28054 r28080  
    101101    psMetadata *setimfiletoupdateArgs = psMetadataAlloc();
    102102    psMetadataAddS64(setimfiletoupdateArgs, PS_LIST_TAIL, "-chip_id", 0,   "search by chip ID (required)", 0);
    103     psMetadataAddStr(setimfiletoupdateArgs, PS_LIST_TAIL, "-class_id", 0,  "search by class_id (required)", NULL);
     103    psMetadataAddStr(setimfiletoupdateArgs, PS_LIST_TAIL, "-class_id", 0,  "search by class_id", NULL);
    104104    psMetadataAddStr(setimfiletoupdateArgs, PS_LIST_TAIL, "-set_label",  0,"new value for label", NULL);
    105105
Note: See TracChangeset for help on using the changeset viewer.