diff --git a/DESCRIPTION b/DESCRIPTION
index 42c4d1f81a3fb077d7dbb91e773213d019fd885a..b29d0b2f7ace20b7bb356236d6d6bba3c4e27ccf 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.2.16.31
+Version: 1.2.16.32
 Date: 2019-06-07
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 6c7dc0826aaac151a7d2de967dd2489cfe520b0a..6ddadcae72406e70b4bfcb946ce7c9eba411e004 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.2.16.31 Release Notes (2019-06-07)
+### 1.2.16.32 Release Notes (2019-06-07)
 
 
 #### New features
diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd
index 04b50cca20eb1e23c41be142952e1eecd9794b1e..bf88ca091f4aaed07f688fa37ce71621f9a578ea 100644
--- a/man/plot.OutputsModel.Rd
+++ b/man/plot.OutputsModel.Rd
@@ -34,7 +34,7 @@
 
 \item{which}{(optional) [character] choice of plots \cr (e.g. c(\code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Regime"}, \code{"CumFreq"}, \code{"CorQQ"})), default = \code{"synth"}, see details below}
 
-\item{log_scale}{(optional) [boolean] indicating if the flow axis is to be logarithmic, default = \code{FALSE}}
+\item{log_scale}{(optional) [boolean] indicating if the flow time series axis and the flow error time series axis are to be logarithmic, default = \code{FALSE}}
 
 \item{cex.axis}{(optional) [numeric] the magnification to be used for axis annotation relative to the current setting of \code{cex}}