Changeset 11321 for trunk/ippScripts/scripts/phase0_exp.pl
- Timestamp:
- Jan 26, 2007, 12:39:44 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0_exp.pl
r11319 r11321 25 25 ); 26 26 27 my ($cache, $exptag, $ dbname, $no_update);27 my ($cache, $exptag, $workdir, $dbname, $no_update); 28 28 29 29 GetOptions( 30 30 'caches' => \$cache, 31 31 'exp_tag|e=s' => \$exptag, 32 'dbname|d=s' => \$dbname,# Database name 32 'workdir|w=s' => \$workdir, # Working directory for output files 33 'dbname|d=s' => \$dbname, # Database name 33 34 'no-update' => \$no_update 34 35 ) or pod2usage( 2 );
Note:
See TracChangeset
for help on using the changeset viewer.
