Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix grass7 r.drain non mandatory parameter
  • Loading branch information
Giovanni Manghi committed Jun 19, 2015
1 parent ac08f0c commit 72c56df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ r.drain - Traces a flow through an elevation model on a raster map.
Raster (r.*)
ParameterRaster|input|Elevation|False
ParameterString|start_coordinates|Map coordinates of starting point(s) (E,N)|(0,0)
ParameterMultipleInput|start_points|Vector layer(s) containing starting point(s)|0|False
ParameterMultipleInput|start_points|Vector layer(s) containing starting point(s)|0|True
ParameterBoolean|-c|Copy input cell values on output|False
ParameterBoolean|-a|Accumulate input values along the path|False
ParameterBoolean|-n|Count cell numbers along the path|False
Expand Down

0 comments on commit 72c56df

Please sign in to comment.