Index: /trunk/tools/eam/rawfix.20230221/src/ipp_apply_burntool_psvideo.pl
===================================================================
--- /trunk/tools/eam/rawfix.20230221/src/ipp_apply_burntool_psvideo.pl	(revision 42647)
+++ /trunk/tools/eam/rawfix.20230221/src/ipp_apply_burntool_psvideo.pl	(revision 42648)
@@ -38,5 +38,5 @@
 pod2usage( -msg => "Unknown option: @ARGV", -exitval => 2 ) if @ARGV;
 pod2usage(
-          -msg => "Required options: --class_id --dateobs_begin --dateobs_end --dbname",
+          -msg => "Required options: --class_id --dateobs_begin --dateobs_end --dbname --psvidOutput",
           -exitval => 3,
           ) unless
@@ -44,4 +44,5 @@
     defined $dateobs_begin and
     defined $dateobs_end and
+    defined $psvidOutput and
     defined $dbname;
 
