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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 10 08:35:52 EST 2011


Author: martinl
Date: 2011-01-10 05:35:52 -0800 (Mon, 10 Jan 2011)
New Revision: 44931

Modified:
   grass/trunk/vector/v.transform/main.c
Log:
v.transform flag 's' renamed to 'w' (name collision in GRASS6)


Modified: grass/trunk/vector/v.transform/main.c
===================================================================
--- grass/trunk/vector/v.transform/main.c	2011-01-10 13:33:09 UTC (rev 44930)
+++ grass/trunk/vector/v.transform/main.c	2011-01-10 13:35:52 UTC (rev 44931)
@@ -96,7 +96,7 @@
 	_("Print the transformation matrix to stdout");
     
     swap_flag = G_define_flag();
-    swap_flag->key = 's';
+    swap_flag->key = 'w';
     swap_flag->description =
 	_("Swap coordinates x, y and then apply other parameters");
     



More information about the grass-commit mailing list