Parcourir la source

Corrected parameter names

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57721 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho il y a 11 ans
Parent
commit
e474a3f457
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      raster/r.water.outlet/r.water.outlet.html

+ 4 - 4
raster/r.water.outlet/r.water.outlet.html

@@ -7,7 +7,7 @@ a set of coordinates representing the outlet point of watershed.
 <h3>Selected Parameters</h3>
 <h3>Selected Parameters</h3>
 <dl>
 <dl>
 
 
-<dt><b>drainage=</b><em>name</em> 
+<dt><b>input=</b><em>name</em> 
 
 
 <dd>Input map: drainage direction. Indicates the "aspect" for each 
 <dd>Input map: drainage direction. Indicates the "aspect" for each 
 cell. Multiplying positive values by 45 will give the direction in 
 cell. Multiplying positive values by 45 will give the direction in 
@@ -19,7 +19,7 @@ region. The absolute value of these negative cells indicates the
 direction of flow. This map is generated from 
 direction of flow. This map is generated from 
 <em><a href="r.watershed.html">r.watershed</a></em>.
 <em><a href="r.watershed.html">r.watershed</a></em>.
 
 
-<dt><b>basin=</b><em>name</em> 
+<dt><b>output=</b><em>name</em> 
 
 
 <dd>Output map: Values of one (1) indicate the watershed
 <dd>Output map: Values of one (1) indicate the watershed
 basin. Values of zero are not in the watershed basin.
 basin. Values of zero are not in the watershed basin.
@@ -51,8 +51,8 @@ g.region rast=elev_lid792_1m -p
 # the watershed outlet position should be placed on a stream (from
 # the watershed outlet position should be placed on a stream (from
 # accumulation map):
 # accumulation map):
 r.watershed elev_lid792_1m thresh=5000 accum=accum_5K \
 r.watershed elev_lid792_1m thresh=5000 accum=accum_5K \
-  drain=draindir_5K basin=basin_5K
-r.water.outlet drainage=draindir_5K basin=basin_A30 \
+  drain=draindir_5K output=basin_5K
+r.water.outlet input=draindir_5K output=basin_A30 \
   east=638741.43125 north=220269.7
   east=638741.43125 north=220269.7
 d.mon x0
 d.mon x0
 d.rast accum_5K
 d.rast accum_5K