Changeset 16877 for trunk/DataStoreServer/scripts/dsprodtool
- Timestamp:
- Mar 7, 2008, 1:03:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/DataStoreServer/scripts/dsprodtool (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStoreServer/scripts/dsprodtool
r16876 r16877 8 8 9 9 use Getopt::Long qw( GetOptions ); 10 use Pod::Usage qw( pod2usage ); 10 11 use DBI; 11 12 use PS::IPP::Metadata::Config; … … 212 213 pod2usage( 213 214 -msg => 214 "usage: $tmp[$#tmp] [--add|--del] --product prod_name -- fileset fs_name --type fs_type [options]215 "usage: $tmp[$#tmp] [--add|--del] --product prod_name --type prod_type [options] 215 216 216 217 Commands: 217 218 218 --add Add a new product with the given metadata options.219 --del Remove a product.219 --add Add a new Product 220 --del Remove a Product. 220 221 221 222 Options: 222 --type product type223 --description Product Description224 --ps0 - ps7 Optional product specific data225 --rm with --del remove the fileset directory from the Data Store223 --type Product type 224 --description Product Description 225 --ps0 - ps7 Optional product specific data 226 --rm with --del remove the Product directory from the Data Store 226 227 227 228 $str",
Note:
See TracChangeset
for help on using the changeset viewer.
