IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2009, 2:41:56 PM (17 years ago)
Author:
Paul Price
Message:

Set the same label that is used in the search.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/src/pubtoolConfig.c

    r24438 r24443  
    5252    // -definerun
    5353    psMetadata *definerunArgs = psMetadataAlloc();
    54     psMetadataAddStr(definerunArgs, PS_LIST_TAIL, "-set_label", 0, "define label", NULL);
    5554    psMetadataAddS64(definerunArgs, PS_LIST_TAIL, "-client_id", 0, "search by client_id", 0);
    56     psMetadataAddStr(definerunArgs, PS_LIST_TAIL, "-label", 0, "search by label", NULL);
     55    psMetadataAddStr(definerunArgs, PS_LIST_TAIL, "-label", 0, "set and search by label", NULL);
    5756
    5857    // -pending
Note: See TracChangeset for help on using the changeset viewer.