From ff96b34f5ee59eee0644a868417f95e1186fecc4 Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Sat, 23 Nov 2024 00:30:06 -0800 Subject: [PATCH] minor doc update --- client/qldbtools/bin/hepc-init | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 client/qldbtools/bin/hepc-init 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" )