IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2010, 9:59:15 AM (16 years ago)
Author:
bills
Message:

add runstackskycell.pl and fix some typos in error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/runwarpskycell.pl

    r29159 r29176  
    3030
    3131pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    32 pod2usage( -msg => "-warp_id and -skycell_id are required", -exitval => 2 )
     32pod2usage( -msg => "--warp_id and --skycell_id are required", -exitval => 2 )
    3333    if !$warp_id or !$skycell_id;
    3434
Note: See TracChangeset for help on using the changeset viewer.