Skip to content

Commit

Permalink
Update r.series.html (#1246)
Browse files Browse the repository at this point in the history
Suggest to use separator=comma instead of sep=, as per g.list manual page
  • Loading branch information
Paulo van Breugel authored and neteler committed Jan 14, 2021
1 parent dfe259a commit 1fbc81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raster/r.series/r.series.html
Expand Up @@ -199,7 +199,7 @@ <h2>EXAMPLES</h2>
daily average maps ('???' as DOY wildcard):
<div class="code"><pre>
# Approach for shell based systems
r.series input=`g.list rast pattern="temp_2003_???_avg" sep=,` \
r.series input=`g.list rast pattern="temp_2003_???_avg" separator=comma` \
output=temp_2003_days_over_25deg range=25.0,100.0 method=count

# Approach in two steps (e.g., for Windows systems)
Expand Down

0 comments on commit 1fbc81f

Please sign in to comment.