Index: trunk/DataStoreServer/scripts/dsprodtool
===================================================================
--- trunk/DataStoreServer/scripts/dsprodtool	(revision 18737)
+++ trunk/DataStoreServer/scripts/dsprodtool	(revision 18842)
@@ -219,8 +219,12 @@
 
 Options:
-    --type          Product type
-    --description   Product Description
+    --type          Product type (required)
+    --description   Product Description (required)
     --ps0 - ps7     Optional product specific data
     --rm            with --del remove the Product directory from the Data Store
+    --dbname        select the Data Store's database name
+                    (usually required depending on configuration)
+
+
     
 $str",
Index: trunk/DataStoreServer/scripts/dsreg
===================================================================
--- trunk/DataStoreServer/scripts/dsreg	(revision 18737)
+++ trunk/DataStoreServer/scripts/dsreg	(revision 18842)
@@ -461,7 +461,8 @@
 
 
+
 Options:
-    --product   the product for the given file set
-    --list      file containing list of files (use - for STDIN)
+    --product   the product for the given file set (required)
+    --list      file containing list of files (use - for STDIN) (required)
     --link      Link files from datapath to Data Store
     --copy      Copy files from datapath to Data Store
@@ -470,4 +471,6 @@
     --rm        with --del remove the fileset directory from the Data Store
     --force     with --del do not return error status if the fileset does not exist
+    --dbname    select the Data Store's database name
+                (usually required depending on configuration)
 
 $str",
