IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2008, 5:36:36 PM (19 years ago)
Author:
eugene
Message:

updates from eam_branch_20080121: workdir changed to outroot

File:
1 edited

Legend:

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

    r15779 r16196  
    3737use Pod::Usage qw( pod2usage );
    3838
    39 my ($cache, $exp_id, $tmp_class_id, $tmp_exp_name, $uri, $workdir, $dbname, $no_update, $no_op);
     39my ($cache, $exp_id, $tmp_class_id, $tmp_exp_name, $uri, $dbname, $no_update, $no_op);
    4040GetOptions(
    4141    'caches'           => \$cache,
     
    4444    'tmp_exp_name|n=s' => \$tmp_exp_name,
    4545    'uri|u=s'          => \$uri,
    46     'workdir|w=s'      => \$workdir, # Working directory for output files
    4746    'dbname|d=s'       => \$dbname,# Database name
    4847    'no-update'        => \$no_update,
Note: See TracChangeset for help on using the changeset viewer.