IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29981


Ignore:
Timestamp:
Dec 8, 2010, 4:46:07 PM (15 years ago)
Author:
bills
Message:

magicdstool argument -dry_run is now -pretend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/magic_destreak_defineruns.pl

    r27718 r29981  
    7878    foreach my $label (@labels) {
    7979        my $command = "$magicdstool -definebyquery -stage $stage -workdir $workdir -label $label";
    80         $command .= " -dry_run" if $no_update;
     80        $command .= " -pretend" if $no_update;
    8181        $command .= " -limit $stage_limit" if $stage_limit;
    8282        $command .= " -set_label $label";
Note: See TracChangeset for help on using the changeset viewer.