瀏覽代碼

manual: fix wrong input param in examples (#199)

Markus Neteler 5 年之前
父節點
當前提交
556d3dc891
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      vector/v.net/v.net.html
  2. 1 1
      vector/v.to.points/v.to.points.html

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

@@ -39,7 +39,7 @@ the <em>connect</em> operation, some lines will share the same
 category. In order to assign unique costs to each line, a new layer 
 needs to be created with<br>
 <!-- like this it is rather useless, still to be improved (eg as a full example below!) -->
-<tt>v.category map=yourmap option=add cat=1 step=1 layer=3 output=newmap</tt><br>
+<tt>v.category input=yourmap option=add cat=1 step=1 layer=3 output=newmap</tt><br>
 followed by<br>
 <tt>v.db.addtable map=newmap layer=3 table=tablename</tt>.</li>
 

+ 1 - 1
vector/v.to.points/v.to.points.html

@@ -103,7 +103,7 @@ sample dataset is used to create points along the input lines:
 v.to.points input=railroads output=railroads_points dmax=200
 
 # verify the two layers in the resulting map
-v.category map=railroads_points option=report
+v.category input=railroads_points option=report
 
 # vector info
 v.info map=railroads_points