From 3080080602b07ee443efe97b66b0dfa64f1f420b Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 8 May 2019 14:26:58 -0400 Subject: [PATCH] Readded --end-with --- libs/odmInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/odmInfo.js b/libs/odmInfo.js index c92bf08..8826ff1 100644 --- a/libs/odmInfo.js +++ b/libs/odmInfo.js @@ -58,7 +58,7 @@ module.exports = { if (["-h", "--project-path", "--cmvs-maxImages", "--time", "--zip-results", "--pmvs-num-cores", "--start-with", "--gcp", "--images", - "--rerun-all", "--rerun", + "--rerun-all", "--rerun", "--end-with", "--slam-config", "--video", "--version", "name"].indexOf(option) !== -1) continue; let values = json[option];