diff --git a/DESCRIPTION b/DESCRIPTION
index a0444ed6be07d550e3e5e7d27360a44a9c1b0961..4974dc87ede8dee97fdefacc6edbdc1125b6298a 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.4
+Version: 1.2.16.5
 Date: 2019-05-24
 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 a654d363dce6f5107f240dd007c71073459238a2..02290d96b3c7f7948286db0629dd495b69db8ca9 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.2.16.4 Release Notes (2019-05-23)
+### 1.2.16.5 Release Notes (2019-05-23)
 
 
 #### New features
diff --git a/man/plot.OutputsModel.Rd b/man/plot.OutputsModel.Rd
index 010a11acce683231fd8801e960a278b096bd306b..f8abac14ed38d2b3c09935097acc1fc7490feee2 100644
--- a/man/plot.OutputsModel.Rd
+++ b/man/plot.OutputsModel.Rd
@@ -57,21 +57,25 @@ Function which creates a screen plot giving an overview of the model outputs.
 
 
 \details{
-Dashboard of results including various graphs (depending on the model):\cr
-
-  \describe{\code{"Precip"}}: {time series of total precipitation}
-  \describe{\code{"PotEvap"}}: {time series of potential evapotranspiration}
-  \describe{\code{"Temp"}}: {time series of temperature (plotted only if CemaNeige is used)}
-  \describe{\code{"SnowPack"}}: {time series of snow water equivalent (plotted only if CemaNeige is used)}
-  \describe{\code{"Flows"}}: {time series of simulated flows (and observed flows if provided)}
-  \describe{\code{"Regime"}}: {interannual median monthly simulated flow (and observed flows if provided)}
-  \describe{\code{"CorQQ"}}: {correlation plot between simulated and observed flows (only if observed flows provided)}
-  \describe{\code{"CumFreq"}}: {cumulative frequency plot for simulated flows (and observed flows if provided)}
-  \cr\cr
-  \describe{\code{"perf"}}: {corresponds to \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}}
-  \describe{\code{"ts"}}: {corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"} and \code{"Flows"}}
-  \describe{\code{"synth"}}: {corresponds to \code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}}
-  \describe{\code{"all"}}: {corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}}
+Different types of graphs are available (depending on the model):
+\itemize{
+  \item \code{"Precip"}: time series of total precipitation
+  \item \code{"PotEvap"}: time series of potential evapotranspiration
+  \item \code{"Temp"}: time series of temperature (plotted only if CemaNeige is used)
+  \item \code{"SnowPack"}: time series of snow water equivalent (plotted only if CemaNeige is used)
+  \item \code{"Flows"}: time series of simulated flows (and observed flows if provided)
+  \item \code{"Regime"}: interannual median monthly simulated flow (and observed flows if provided)
+  \item \code{"CorQQ"}: correlation plot between simulated and observed flows (only if observed flows provided)
+  \item \code{"CumFreq"}: cumulative frequency plot for simulated flows (and observed flows if provided)
+}
+
+Different dashboard of results including various graphs are available:
+\itemize{
+  \item \code{"perf"}: corresponds to \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
+  \item \code{"ts"}: corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"} and \code{"Flows"}
+  \item \code{"synth"}: corresponds to \code{"Precip"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
+  \item \code{"all"}: corresponds to \code{"Precip"}, \code{"PotEvap"}, \code{"Temp"}, \code{"SnowPack"}, \code{"Flows"}, \code{"Error"}, \code{"Regime"}, \code{"CumFreq"} and \code{"CorQQ"}
+  }
 }
 
 \author{