Index: trunk/pstamp/scripts/pstamp_parser_run.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 18587)
+++ trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 19221)
@@ -193,5 +193,5 @@
     print STDERR "Unknown request type $request_type found in $uri";
 
-    my $command = "$pstamptool -processedreq -req_id $req_id -state run";
+    my $command = "$pstamptool -updatereq -req_id $req_id -state run";
     $command   .= " -reqType unknown";
     $command   .= " -fault $PS_EXIT_DATA_ERROR";
@@ -240,5 +240,5 @@
 #
 {
-    my $command = "$pstamptool -processedreq -req_id $req_id -state run";
+    my $command = "$pstamptool -updatereq -req_id $req_id -state run";
     $command   .= " -reqType $reqType" if $reqType;
     $command   .= " -uri $new_uri" if $new_uri;
