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/rundiffskycell.pl

    r29163 r29176  
    3939
    4040pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
    41 pod2usage( -msg => "-diff_id and -skycell_id are required", -exitval => 2 )
     41pod2usage( -msg => "--diff_id and --skycell_id are required", -exitval => 2 )
    4242    if !$diff_id or !$skycell_id;
    4343
Note: See TracChangeset for help on using the changeset viewer.