Expose --rerun-from instead of --rerun

pull/31/head
Piero Toffanin 2018-01-23 11:23:45 -05:00
rodzic 45b25f5b4d
commit 0c7ef7852f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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];