Index: /trunk/pstamp/scripts/pstampparse.pl
===================================================================
--- /trunk/pstamp/scripts/pstampparse.pl	(revision 21241)
+++ /trunk/pstamp/scripts/pstampparse.pl	(revision 21242)
@@ -33,5 +33,5 @@
 
 die "invalid mode '$mode'" unless ($mode eq "list_uri") or ($mode eq "list_job") or ($mode eq "queue_job");
-die "file is required"     if !defined($request_file_name);
+die "--file is required"     if !defined($request_file_name);
 
 if ($mode ne "list_uri") {
@@ -238,7 +238,4 @@
         }
     } else {
-        my $args = $roi_string ? $roi_string : "";
-        $args .= " -class_id $class_id" if $class_id;
-
         # sequence number for the the job for a request spec. Not to be confused with job_id
         my $job_num = 0;
@@ -250,4 +247,6 @@
             my $exp_id = $image->{exp_id};
             
+            my $args = $roi_string ? $roi_string : "";
+            $args .= " -class_id $class_id" if $class_id;
 
             $job_num++;
