Index: trunk/DataStoreServer/scripts/dsprodtool
===================================================================
--- trunk/DataStoreServer/scripts/dsprodtool	(revision 16876)
+++ trunk/DataStoreServer/scripts/dsprodtool	(revision 16877)
@@ -8,4 +8,5 @@
 
 use Getopt::Long qw( GetOptions );
+use Pod::Usage qw( pod2usage );
 use DBI;
 use PS::IPP::Metadata::Config;
@@ -212,16 +213,16 @@
     pod2usage(
         -msg => 
-"usage: $tmp[$#tmp] [--add|--del] --product prod_name --fileset fs_name --type fs_type [options]
+"usage: $tmp[$#tmp] [--add|--del] --product prod_name --type prod_type [options]
 
 Commands:
 
-    --add        Add a new product with the given metadata options.
-    --del        Remove a product.
+    --add           Add a new Product
+    --del           Remove a Product.
 
 Options:
-    --type      product type
-    --description Product Description
-    --ps0 - ps7 Optional product specific data
-    --rm        with --del remove the fileset directory from the Data Store
+    --type          Product type
+    --description   Product Description
+    --ps0 - ps7     Optional product specific data
+    --rm            with --del remove the Product directory from the Data Store
     
 $str",
