You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"path,p", bpo::value<std::string>(), "CCDB path (identifies the object)")(
26
+
"path,p", bpo::value<std::vector<std::string>>()->multitoken(), "CCDB path (identifies the object) [or space separated list of paths for batch processing]")(
"no-preserve-path", "Do not preserve path structure. If not set, the full path structure -- reflecting the '--path' argument will be put.")(
29
-
"outfile,o", bpo::value<std::string>()->default_value("snapshot.root"), "Name of output file. If set to \"\", the name will be determined from the uploaded content.")(
29
+
"outfile,o", bpo::value<std::string>()->default_value("snapshot.root"), "Name of output file. If set to \"\", the name will be determined from the uploaded content. (Will be the same in case of batch downloading multiple paths.)")(
30
30
"timestamp,t", bpo::value<long>()->default_value(-1), "timestamp in ms - default -1 = now")(
31
31
"help,h", "Produce help message.");
32
32
@@ -68,13 +68,21 @@ int main(int argc, char* argv[])
0 commit comments