Index: trunk/ippScripts/scripts/receive_setstatus.pl
===================================================================
--- trunk/ippScripts/scripts/receive_setstatus.pl	(revision 24031)
+++ trunk/ippScripts/scripts/receive_setstatus.pl	(revision 24038)
@@ -51,10 +51,13 @@
 
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
-pod2usage( -msg => "Required options: --dest_id --status_uri",
+pod2usage( -msg => "Required options: --status_fs_name --status_product",
            -exitval => 3) unless
-    defined $status_fs_name and
+    defined $received_fs_name and
     defined $status_product and
     defined $fault;
 #    and ($fault == 0 or defined $status_file);
+
+# if a name for the status fileset is not provided use the received value
+$status_fs_name = $received_fs_name if !defined $status_fs_name;
 
 $ipprc->redirect_output($logfile) if $logfile;
