Index: trunk/ippScripts/scripts/phase0_exp.pl
===================================================================
--- trunk/ippScripts/scripts/phase0_exp.pl	(revision 11319)
+++ trunk/ippScripts/scripts/phase0_exp.pl	(revision 11321)
@@ -25,10 +25,11 @@
     );
 
-my ($cache, $exptag, $dbname, $no_update);
+my ($cache, $exptag, $workdir, $dbname, $no_update);
 
 GetOptions(
     'caches'        => \$cache,
     'exp_tag|e=s'   => \$exptag,
-    'dbname|d=s'    => \$dbname,# Database name    
+    'workdir|w=s'   => \$workdir, # Working directory for output files
+    'dbname|d=s'    => \$dbname, # Database name    
     'no-update'     => \$no_update
 ) or pod2usage( 2 );
