[pktools] 151/375: centre->center in pkcrop.cc help info

Bas Couwenberg sebastic at xs4all.nl
Wed Dec 3 21:54:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch upstream-master
in repository pktools.

commit c429f1bae61078388c39b36b0d7bd05a3cf6f4f1
Author: Pieter Kempeneers <kempenep at gmail.com>
Date:   Sat Dec 7 12:55:52 2013 +0100

    centre->center in pkcrop.cc help info
---
 src/apps/pkcrop.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/apps/pkcrop.cc b/src/apps/pkcrop.cc
index d6d82ef..04d2b35 100644
--- a/src/apps/pkcrop.cc
+++ b/src/apps/pkcrop.cc
@@ -41,8 +41,8 @@ int main(int argc, char *argv[])
   Optionpk<double>  lry_opt("lry", "lry", "Lower right y value bounding box (in geocoordinates if georef is true)", 0.0);
   Optionpk<double>  dx_opt("dx", "dx", "Output resolution in x (in meter) (empty: keep original resolution)");
   Optionpk<double>  dy_opt("dy", "dy", "Output resolution in y (in meter) (empty: keep original resolution)");
-  Optionpk<double> cx_opt("x", "x", "x-coordinate of image centre to crop (in meter)");
-  Optionpk<double> cy_opt("y", "y", "y-coordinate of image centre to crop (in meter)");
+  Optionpk<double> cx_opt("x", "x", "x-coordinate of image center to crop (in meter)");
+  Optionpk<double> cy_opt("y", "y", "y-coordinate of image center to crop (in meter)");
   Optionpk<double> nx_opt("nx", "nx", "image size in x to crop (in meter)");
   Optionpk<double> ny_opt("ny", "ny", "image size in y to crop (in meter)");
   Optionpk<int> ns_opt("ns", "ns", "number of samples  to crop (in pixels)");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list