浏览代码

v.distance: Minor change

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70616 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 8 年之前
父节点
当前提交
e341e7e4ae
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      vector/v.distance/main.c
  2. 1 1
      vector/v.distance/v.distance.html

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

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

+ 1 - 1
vector/v.distance/v.distance.html

@@ -173,7 +173,7 @@ Example for a Latitude-longitude location (EPSG 4326):
 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