[GRASS-SVN] r63149 - grass/trunk/vector/v.transform

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 09:10:57 PST 2014


Author: martinl
Date: 2014-11-26 09:10:57 -0800 (Wed, 26 Nov 2014)
New Revision: 63149

Modified:
   grass/trunk/vector/v.transform/main.c
Log:
v.transform: use standardized options (#2409)

Modified: grass/trunk/vector/v.transform/main.c
===================================================================
--- grass/trunk/vector/v.transform/main.c	2014-11-26 17:09:17 UTC (rev 63148)
+++ grass/trunk/vector/v.transform/main.c	2014-11-26 17:10:57 UTC (rev 63149)
@@ -149,7 +149,7 @@
     zscale->guisection = _("Custom");
 
     zrot = G_define_option();
-    zrot->key = "zrot";
+    zrot->key = "zrotation";
     zrot->type = TYPE_DOUBLE;
     zrot->required = NO;
     zrot->multiple = NO;



More information about the grass-commit mailing list