浏览代码

v.net.distance: fix module description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55561 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 年之前
父节点
当前提交
b9aa0c6811
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vector/v.net.distance/main.c

+ 1 - 1
vector/v.net.distance/main.c

@@ -67,7 +67,7 @@ int main(int argc, char *argv[])
     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 */