diff --git a/client/qldbtools/bin/hepc-init b/client/qldbtools/bin/hepc-init old mode 100644 new mode 100755 index 7399358..3764b51 --- a/client/qldbtools/bin/hepc-init +++ b/client/qldbtools/bin/hepc-init @@ -85,6 +85,12 @@ def process_db_file(zip_path, db_collection_dir): # Main application class class DBProcessor(cli.Application): + """ + DBProcessor processes db.zip files found in a starting directory, + symlinks updated names in a collection directory, + and adds a metadata information file "metadata.json" to the directory. + """ + db_collection_dir = cli.SwitchAttr( "--db_collection_dir", str, mandatory=True, help="Specify the database collection directory" )