diff --git a/DESCRIPTION b/DESCRIPTION
index 9ef584520ec72124e801cfffd6d493fc214e3b60..e07fa3d982bcd45f4daaf04021fca00bd79689b5 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.6.9.4
+Version: 1.6.9.5
 Date: 2021-01-08
 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 7bd9a3aa6138c402c3bd942e6257aea38f34e338..e43b5023ebcb1c73fa72ffd2403a40a57d0b7bbf 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.6.9.4 Release Notes (2021-01-08)
+### 1.6.9.5 Release Notes (2021-01-08)
 
 #### New features
 
diff --git a/man/CreateInputsModel.Rd b/man/CreateInputsModel.Rd
index cab3a276b6e409314b4bdd03d6fe82c9c21a8b63..b94b675d2d42c6f3a52ab27c6288339f5e923fed 100644
--- a/man/CreateInputsModel.Rd
+++ b/man/CreateInputsModel.Rd
@@ -58,7 +58,7 @@ CreateInputsModel(FUN_MOD, DatesR, Precip, PrecipScale = TRUE, PotEvap = NULL,
 
 \item{x}{[InputsModel] object of class InputsModel}
 
-\item{i}{[integer] elements to extract}
+\item{i}{[integer] of the indices to subset a time series or [character] names of the elements to extract}
 }
 
 
diff --git a/man/RunModel.Rd b/man/RunModel.Rd
index 7037f1052e55622b349f64e24a95b26907a15bbc..efead0f00cb88c0444224b2586647b6dbb4da1ad 100644
--- a/man/RunModel.Rd
+++ b/man/RunModel.Rd
@@ -32,7 +32,7 @@ RunModel(InputsModel, RunOptions, Param, FUN_MOD)
 
 \item{x}{[InputsModel] object of class InputsModel}
 
-\item{i}{[integer] elements to extract}
+\item{i}{[integer] of the indices to subset a time series or [character] names of the elements to extract}
 }