Explorar o código

avoid confusion with east_north coords

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52215 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=13) %!d(string=hai) anos
pai
achega
3e87d20e13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      display/d.where/main.c

+ 1 - 1
display/d.where/main.c

@@ -48,7 +48,7 @@ int main(int argc, char **argv)
 	  "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;