Index: /trunk/ippToPsps/perl/checkOdmStatus.pl
===================================================================
--- /trunk/ippToPsps/perl/checkOdmStatus.pl	(revision 29046)
+++ /trunk/ippToPsps/perl/checkOdmStatus.pl	(revision 29047)
@@ -32,13 +32,13 @@
 }
 if (!defined $singleBatch) {
-    print "* OPTIONAL: a single batch                  -b                   (default = none)\n";
+    print "* OPTIONAL: a single batch                  -b <batchNum>        (default = none)\n";
 }
 if (!defined $fromTime) {
     $fromTime = "2010-01-01";
-    print "* OPTIONAL: from time                       -f                   (default = $fromTime)\n";
+    print "* OPTIONAL: from time                       -f <dateTime>        (default = $fromTime)\n";
 }
 if (!defined $toTime) {
     $toTime = "2099-12-31";
-    print "* OPTIONAL: to time                         -t                   (default = $toTime)\n";
+    print "* OPTIONAL: to time                         -t <dateTime>        (default = $toTime)\n";
 }
 if (!defined $verbose) {
@@ -110,5 +110,5 @@
 
     my $response = $ua->post($odmUrl,
-            [batchNameFilter => $batchFilter,
+            [batchNameFilter => "%".$batchFilter,
             statusFilter => $statusFilter,
             fromFilter => "2010-01-01",
