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: