Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
b9aa0c6811
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 */