minor doc update
This commit is contained in:
6
client/qldbtools/bin/hepc-init
Normal file → Executable file
6
client/qldbtools/bin/hepc-init
Normal file → Executable file
@@ -85,6 +85,12 @@ def process_db_file(zip_path, db_collection_dir):
|
|||||||
|
|
||||||
# Main application class
|
# Main application class
|
||||||
class DBProcessor(cli.Application):
|
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 = cli.SwitchAttr(
|
||||||
"--db_collection_dir", str, mandatory=True, help="Specify the database collection directory"
|
"--db_collection_dir", str, mandatory=True, help="Specify the database collection directory"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user