From 22ccbfde1ceab54a0649dd50bd63927b26013990 Mon Sep 17 00:00:00 2001 From: Dennis Baldwin Date: Wed, 26 Nov 2014 19:24:27 -0600 Subject: [PATCH] Fixing a few typos Former-commit-id: e050c492c5cc9b1bc3d58ef902f53f29c6bd4723 --- run.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 run.pl diff --git a/run.pl b/run.pl old mode 100644 new mode 100755 index 442b9c67..485c977d --- a/run.pl +++ b/run.pl @@ -193,8 +193,8 @@ sub parseArgs { } if($args{"--help"}){ - print "\nusgae: run.pl [options]"; - print "\nit should be run from the folder contining the images to which should reconstructed"; + print "\nusage: run.pl [options]"; + print "\nit should be run from the folder containing the images to be reconstructed"; print "\n"; print "\noptions:"; print "\n --help: "; @@ -232,7 +232,7 @@ sub parseArgs { print "\n --matcher-threshold: (percent)"; print "\n default: 2.0"; - print "\n ignore matched keypoints if the two images share less then percent of keypoints"; + print "\n ignore matched keypoints if the two images share less than percent of keypoints"; print "\n "; print "\n --matcher-ratio: