Index: trunk/pstamp/scripts/pstamp_job_run.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_job_run.pl	(revision 18742)
+++ trunk/pstamp/scripts/pstamp_job_run.pl	(revision 19221)
@@ -171,5 +171,5 @@
 # stop the job and set the result value
 {
-    my $command = "$pstamptool -processedjob -job_id $job_id -state stop -fault $jobStatus";
+    my $command = "$pstamptool -updatejob -job_id $job_id -state stop -fault $jobStatus";
     $command .= " -dbname $dbname" if $dbname;
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
