[GRASS-SVN] r62976 - grass/branches/releasebranch_7_0/imagery/i.rectify

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 01:42:32 PST 2014


Author: martinl
Date: 2014-11-26 01:42:32 -0800 (Wed, 26 Nov 2014)
New Revision: 62976

Modified:
   grass/branches/releasebranch_7_0/imagery/i.rectify/main.c
Log:
i.rectify: use standardized options (#2409) - (merge r62975 from trunk)

Modified: grass/branches/releasebranch_7_0/imagery/i.rectify/main.c
===================================================================
--- grass/branches/releasebranch_7_0/imagery/i.rectify/main.c	2014-11-26 09:41:01 UTC (rev 62975)
+++ grass/branches/releasebranch_7_0/imagery/i.rectify/main.c	2014-11-26 09:42:32 UTC (rev 62976)
@@ -124,7 +124,7 @@
     val->description = _("Rectification polynomial order (1-3)");
 
     tres = G_define_option();
-    tres->key = "res";
+    tres->key = "resolution";
     tres->type = TYPE_DOUBLE;
     tres->required = NO;
     tres->description = _("Target resolution (ignored if -c flag used)");



More information about the grass-commit mailing list