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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 27 12:07:50 PDT 2013


Author: mmetz
Date: 2013-03-27 12:07:50 -0700 (Wed, 27 Mar 2013)
New Revision: 55561

Modified:
   grass/trunk/vector/v.net.distance/main.c
Log:
v.net.distance: fix module description

Modified: grass/trunk/vector/v.net.distance/main.c
===================================================================
--- grass/trunk/vector/v.net.distance/main.c	2013-03-27 16:05:14 UTC (rev 55560)
+++ grass/trunk/vector/v.net.distance/main.c	2013-03-27 19:07:50 UTC (rev 55561)
@@ -67,7 +67,7 @@
     module->label = _("Computes shortest distance via the network between "
 		      "the given sets of features.");
     module->description =
-	_("Finds the shortest paths from a point 'from' to every feature 'to' "
+	_("Finds the shortest paths from each 'from' point to the nearest 'to' feature "
 	 "and various information about this relation are uploaded to the attribute table.");
 
     /* Define the different options as defined in gis.h */



More information about the grass-commit mailing list