From 93c8855b0ef06da398114ca25eeef2ab5b005ff0 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 5 Feb 2021 15:49:27 -0500 Subject: [PATCH] Hide --split-image-groups --- libs/odmInfo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/odmInfo.js b/libs/odmInfo.js index 41eb881..98b3a94 100644 --- a/libs/odmInfo.js +++ b/libs/odmInfo.js @@ -74,6 +74,7 @@ module.exports = { if (["-h", "--project-path", "--cmvs-maxImages", "--time", "--zip-results", "--pmvs-num-cores", "--start-with", "--gcp", "--images", "--geo", + "--split-image-groups", "--rerun-all", "--rerun", "--slam-config", "--video", "--version", "name"].indexOf(option) !== -1) continue;