[GRASS-SVN] r52215 - grass/trunk/display/d.where

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 25 20:18:37 PDT 2012


Author: hamish
Date: 2012-06-25 20:18:36 -0700 (Mon, 25 Jun 2012)
New Revision: 52215

Modified:
   grass/trunk/display/d.where/main.c
Log:
avoid confusion with east_north coords

Modified: grass/trunk/display/d.where/main.c
===================================================================
--- grass/trunk/display/d.where/main.c	2012-06-26 03:06:15 UTC (rev 52214)
+++ grass/trunk/display/d.where/main.c	2012-06-26 03:18:36 UTC (rev 52215)
@@ -48,7 +48,7 @@
 	  "point locations given in display coordinates.");
 
     coords = G_define_option();
-    coords->key = "coordinates";
+    coords->key = "at";
     coords->key_desc = "x,y";
     coords->type = TYPE_DOUBLE;
     coords->required = NO;



More information about the grass-commit mailing list