diff --git a/DESCRIPTION b/DESCRIPTION
index 4d93f1c1e64ffb18e06cba8f06b36ed2fffe0e63..63599f3ed93436d2f82a39f3401347919b6aac06 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.4.2.15
+Version: 1.4.2.16
 Date: 2019-12-11
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.md b/NEWS.md
index 426274bb629ae976364e33c803d12170c3dc8b43..146c8ff8504b4d61e0b43200b2316dd4148160c0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.4.2.15 Release Notes (2019-12-11)
+### 1.4.2.16 Release Notes (2019-12-11)
 
 
 #### New features
diff --git a/man/CreateRunOptions.Rd b/man/CreateRunOptions.Rd
index ea709318847c3d2c8ca39326071b347c9fa37ff5..fc0f75251faf98ea3930151bbbe21147b1cdf848 100644
--- a/man/CreateRunOptions.Rd
+++ b/man/CreateRunOptions.Rd
@@ -32,7 +32,7 @@ CreateRunOptions(FUN_MOD, InputsModel,
 
 \item{IniResLevels}{(optional) [numeric] vector of initial fillings for the GR stores (2 or 3 values according to the model) [- and/or mm]; see details}
 
-\item{Imax}{(optional) [numeric] an atomic vector of the maximum capacity of the GR5H interception store [mm]) [mm]; see \code{\link{RunModel_GR5J}}}
+\item{Imax}{(optional) [numeric] an atomic vector of the maximum capacity of the GR5H interception store [mm]; see \code{\link{RunModel_GR5H}}}
 
 
 \item{Outputs_Cal}{(optional) [character] vector giving the outputs needed for the calibration \cr (e.g. c("Qsim")), the fewer outputs
@@ -62,6 +62,7 @@ CreateRunOptions(FUN_MOD, InputsModel,
     \emph{IniResLevels     } \tab [numeric] vector of initial filling rates for production and routing stores [-] and level for the exponential store for GR6J [mm]\cr
     \emph{Outputs_Cal      } \tab [character] character vector giving only the outputs needed for the calibration \cr
     \emph{Outputs_Sim      } \tab [character] character vector giving the requested outputs \cr
+    \emph{Imax             } \tab [numeric] vector giving the maximal capacity of the GR5H interception store \cr
     \emph{MeanAnSolidPrecip} \tab [numeric] vector giving the annual mean of average solid precipitation for each layer [mm/y] \cr
   }
 }
@@ -160,5 +161,5 @@ Laurent Coron, Olivier Delaigue, Guillaume Thirel
 
 \seealso{
 \code{\link{RunModel}}, \code{\link{CreateInputsModel}}, \code{\link{CreateInputsCrit}},
-\code{\link{CreateCalibOptions}}, \code{\link{CreateIniStates}}, \link{Imax}
+\code{\link{CreateCalibOptions}}, \code{\link{CreateIniStates}}, \code{\link{Imax}}
 }