IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18746


Ignore:
Timestamp:
Jul 25, 2008, 4:21:25 PM (18 years ago)
Author:
bills
Message:

add a couple of shortcut arg types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/test/testrequest

    r18739 r18746  
    44# and register it in a Data Store
    55
    6 #  defaults for local configuration
     6#  default products for local configuration
    77
    88my $dquery_product = "detectability_query";
     
    2626    'verbose|v'     => \$verbose,
    2727    'save-temps'    => \$save_temps,
    28     'dbname=s'      => \$dbname,
    29     'product=s'     => \$product,
     28    'dbname|d=s'    => \$dbname,
     29    'product|p=s'   => \$product,
    3030) or pod2usage( 2 );
    3131
     
    4141
    4242# if query_id is supplied we make a detectability query
     43# else req_name was supplied and we make a postage stamp request
    4344if ($query_id) {
    4445    $create_prog = $detect_query_create;
Note: See TracChangeset for help on using the changeset viewer.