Index: /trunk/ippScripts/scripts/register_exp.pl
===================================================================
--- /trunk/ippScripts/scripts/register_exp.pl	(revision 20134)
+++ /trunk/ippScripts/scripts/register_exp.pl	(revision 20135)
@@ -27,5 +27,5 @@
 my $ipprc = PS::IPP::Config->new();
 
-my ($cache, $exp_id, $exp_tag, $dbname, $verbose, $no_update, $no_op, $save_temps, $logfile);
+my ($cache, $exp_id, $exp_tag, $label, $dvodb, $end_stage, $tess_id, $dbname, $verbose, $no_update, $no_op, $save_temps, $logfile);
 GetOptions(
     'caches'        => \$cache,
@@ -33,4 +33,8 @@
     'exp_tag|t=s'   => \$exp_tag,
     'dbname|d=s'    => \$dbname, # Database name
+    'label'         => \$label,   
+    'dvodb'         => \$dvodb,   
+    'end_stage'     => \$end_stage, 
+    'tess_id'       => \$tess_id,   
     'verbose'       => \$verbose,   # Print to stdout
     'no-update'     => \$no_update,
@@ -118,6 +122,10 @@
 $command .= " -exp_id $exp_id";
 $command .= " -exp_tag $exp_tag";
-$command .= " -hostname $host" if defined $host;
-$command .= " -dbname $dbname" if defined $dbname;
+$command .= " -hostname  $host"      if defined $host;
+$command .= " -dbname 	 $dbname"    if defined $dbname;
+$command .= " -label  	 $label"     if defined $label;
+$command .= " -dvodb  	 $dvodb"     if defined $dvodb;
+$command .= " -end_stage $end_stage" if defined $end_stage;
+$command .= " -tess_id   $tess_id"   if defined $tess_id;
 $command .= " $cmdflags";
 
