IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27872


Ignore:
Timestamp:
May 6, 2010, 11:41:02 AM (16 years ago)
Author:
rhenders
Message:

More meaningful names: products are now batches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/scripts/ippToPsps_run.pl

    r27869 r27872  
    4848pod2usage(
    4949        -msg => "\n   Required options:\n\n".
    50         "--product <init|det|diff|stack>\n".
     50        "--batch <init|det|diff|stack>\n".
    5151        "--output <path>\n".
    5252        "--label <label> or --expid <expid>\n" .
     
    699699    $command .= " -config config"; # TODO
    700700    $command .= " -expid $expid";
    701     $command .= " -product $batchType";
     701    $command .= " -batch $batchType";
    702702    $command .= " -results $resultsFileName";
    703703
Note: See TracChangeset for help on using the changeset viewer.