IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11845


Ignore:
Timestamp:
Feb 15, 2007, 4:39:00 PM (19 years ago)
Author:
Paul Price
Message:

workdir isn't required.

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r11837 r11845  
    5454pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    5555pod2usage(
    56     -msg => "Required options: --exp_tag --class_id --uri --camera --workdir",
     56    -msg => "Required options: --exp_tag --class_id --uri --camera",
    5757    -exitval => 3,
    5858) unless defined $exp_tag
  • trunk/ippScripts/scripts/phase3.pl

    r11837 r11845  
    4545pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    4646pod2usage(
    47     -msg => "Required options: --exp_tag --camera --workdir",
     47    -msg => "Required options: --exp_tag --camera",
    4848    -exitval => 3,
    4949) unless defined $exp_tag
Note: See TracChangeset for help on using the changeset viewer.