Skip to content
Snippets Groups Projects
Commit f4905cca authored by Cedric CAFFY's avatar Cedric CAFFY
Browse files

Added user documentation for cta-catalogue-schema-verify --help

parent b716b004
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,12 @@ void VerifySchemaCmdLineArgs::printUsage(std::ostream &os) {
" The path to the file containing the connection details of the CTA" << std::endl <<
" catalogue database" << std::endl <<
"Options:" << std::endl <<
" -h,--help" << std::endl <<
" Prints this usage message" << std::endl;
" -h,--help" << std::endl <<
" Prints this usage message" << std::endl <<
" -s,--schemaversionsdirectory " << std::endl <<
" Specify the path of the directory where the schema .sql files are located." << std::endl <<
" Example : if the schema sql files are located in /tmp/schema/VERSION_MAJOR.VERSION_MINOR/DATABASETYPE_catalogue_schema.sql " << std::endl <<
" the path should be /tmp/schema/" << std::endl;
}
} // namespace catalogue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment