From 0c7ef7852f00548dc8416fae641f6f7652a6dbf6 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 23 Jan 2018 11:23:45 -0500 Subject: [PATCH] Expose --rerun-from instead of --rerun --- libs/odmOptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/odmOptions.js b/libs/odmOptions.js index dae84c8..7995734 100644 --- a/libs/odmOptions.js +++ b/libs/odmOptions.js @@ -43,7 +43,7 @@ module.exports = { if (["-h", "--project-path", "--cmvs-maxImages", "--time", "--zip-results", "--pmvs-num-cores", "--start-with", "--gcp", "--end-with", "--images", - "--rerun-all", "--rerun-from", + "--rerun-all", "--rerun", "--slam-config", "--video", "--version", "--name"].indexOf(option) !== -1) continue; let values = json[option];