瀏覽代碼

s/_sites/_points/g

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44307 15284696-431f-4ddb-bdfa-cd5b030d7da7
Maciej Sieczka 14 年之前
父節點
當前提交
0280bdcbbb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      raster/r.cost/r.cost.html

+ 2 - 2
raster/r.cost/r.cost.html

@@ -33,13 +33,13 @@ All non-NULL cells are considered to be starting points.
 Each <em>x,y</em> <b>coordinate</b> pair gives the geographic location of a
 point from which the transportation cost should be figured. As many points as
 desired can be entered by the user. These starting points can also be read
-from a vector points file through the <b>start_sites</b> option or from a
+from a vector points file through the <b>start_points</b> option or from a
 raster map through the <b>start_rast</b> option.
 <p>
 <em>r.cost</em> will stop cumulating costs when either <b>max_cost</b> is reached,
 or one of the stop points given with <b>stop_coordinates</b> is reached.
 Alternatively, the stop points can be read from a vector points file with the
-<b>stop_sites</b> option. During execution, once the cumulative cost to all 
+<b>stop_points</b> option. During execution, once the cumulative cost to all 
 stopping points has been determined, processing stops.
 
 Both sites read from a vector points file and those given on the command line