options.add_option("","","uniqueID","Generate a new globally unique ID when scanning the input SEG-Y file.",cxxopts::value<bool>(uniqueID),"");
options.add_option("","","disable-persistentID","Disable the persistentID usage, placing the VDS directly into the url location.",cxxopts::value<bool>(disablePersistentID),"");
cxxopts::Optionsoptions("VDSInfo","VDSInfo - A tool for extracting info from a VDS\n\nUse -H or see online documentation for connection string paramters:\nhttp://osdu.pages.community.opengroup.org/platform/domain-data-mgmt-services/seismic/open-vds/connection.html\n");
std::stringhelp_info=R"info(VDSInfo - A tool for extracting info from a VDS
Use -H or see online documentation for connection string paramters: