Changeset 16196 for trunk/ippScripts/scripts/register_exp.pl
- Timestamp:
- Jan 22, 2008, 5:36:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_exp.pl
r16172 r16196 34 34 ); 35 35 36 my ($cache, $exp_id, $exp_tag, $ workdir, $dbname, $no_update, $no_op);36 my ($cache, $exp_id, $exp_tag, $dbname, $no_update, $no_op); 37 37 GetOptions( 38 38 'caches' => \$cache, 39 39 'exp_id|e=s' => \$exp_id, 40 40 'exp_tag|t=s' => \$exp_tag, 41 'workdir|w=s' => \$workdir, # Working directory for output files42 41 'dbname|d=s' => \$dbname, # Database name 43 42 'no-update' => \$no_update,
Note:
See TracChangeset
for help on using the changeset viewer.
