[GRASS-SVN] r70616 - grass/trunk/vector/v.distance

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 18 06:39:37 PST 2017


Author: hcho
Date: 2017-02-18 06:39:37 -0800 (Sat, 18 Feb 2017)
New Revision: 70616

Modified:
   grass/trunk/vector/v.distance/main.c
   grass/trunk/vector/v.distance/v.distance.html
Log:
v.distance: Minor change

Modified: grass/trunk/vector/v.distance/main.c
===================================================================
--- grass/trunk/vector/v.distance/main.c	2017-02-18 14:16:17 UTC (rev 70615)
+++ grass/trunk/vector/v.distance/main.c	2017-02-18 14:39:37 UTC (rev 70616)
@@ -219,7 +219,7 @@
     flag.all->label =
 	_("Calculate distances to all features within the threshold");
     flag.all->description =
-	_("Output may be written to stdout using the 'print' flag, "
+	_("Output may be written to stdout using the 'print' flag "
 	  "or uploaded to a new table created by the 'table' option; "
 	  "multiple 'upload' options may be used.");
 

Modified: grass/trunk/vector/v.distance/v.distance.html
===================================================================
--- grass/trunk/vector/v.distance/v.distance.html	2017-02-18 14:16:17 UTC (rev 70615)
+++ grass/trunk/vector/v.distance/v.distance.html	2017-02-18 14:39:37 UTC (rev 70616)
@@ -173,7 +173,7 @@
 echo "0|-61|1" | v.in.ascii output=pnt1 input=-
 echo "0|-58|1" | v.in.ascii output=pnt2 input=-
 
-# here, distances is in degree units
+# here, distances are in degree units
 v.distance -p --q from=pnt1 to=pnt2 upload=dist
 from_cat|distance
 1|3



More information about the grass-commit mailing list