IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18842


Ignore:
Timestamp:
Jul 31, 2008, 3:41:20 PM (18 years ago)
Author:
bills
Message:

improve usage messages

Location:
trunk/DataStoreServer/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/dsprodtool

    r18572 r18842  
    219219
    220220Options:
    221     --type          Product type
    222     --description   Product Description
     221    --type          Product type (required)
     222    --description   Product Description (required)
    223223    --ps0 - ps7     Optional product specific data
    224224    --rm            with --del remove the Product directory from the Data Store
     225    --dbname        select the Data Store's database name
     226                    (usually required depending on configuration)
     227
     228
    225229   
    226230$str",
  • trunk/DataStoreServer/scripts/dsreg

    r18737 r18842  
    461461
    462462
     463
    463464Options:
    464     --product   the product for the given file set
    465     --list      file containing list of files (use - for STDIN)
     465    --product   the product for the given file set (required)
     466    --list      file containing list of files (use - for STDIN) (required)
    466467    --link      Link files from datapath to Data Store
    467468    --copy      Copy files from datapath to Data Store
     
    470471    --rm        with --del remove the fileset directory from the Data Store
    471472    --force     with --del do not return error status if the fileset does not exist
     473    --dbname    select the Data Store's database name
     474                (usually required depending on configuration)
    472475
    473476$str",
Note: See TracChangeset for help on using the changeset viewer.