diff --git a/man/RunModel.Rd b/man/RunModel.Rd
index 41fc03ee25333a70ff768cfc74211ac49f62ae5b..6762ed73594e76e2af745523f5f6a039bd76aa91 100644
--- a/man/RunModel.Rd
+++ b/man/RunModel.Rd
@@ -3,6 +3,7 @@
 
 \name{RunModel}
 \alias{RunModel}
+%\alias{[.OutputsModel}
 
 
 \title{Run with the provided hydrological model function}
@@ -15,6 +16,8 @@ Function which performs a single model run with the provided function over the s
 
 \usage{
 RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...)
+%
+%\method{[}{OutputsModel}(x, i)
 }
 
 
@@ -28,6 +31,10 @@ RunModel(InputsModel, RunOptions, Param, FUN_MOD, ...)
 \item{FUN_MOD}{[function] hydrological model function (e.g. \code{\link{RunModel_GR4J}}, \code{\link{RunModel_CemaNeigeGR4J}})}
 
 \item{...}{(optional) arguments to pass to \code{FUN_MOD}}
+%
+%\item{x}{[InputsModel] object of class InputsModel}
+%
+%\item{i}{[integer] of the indices to subset a time series or [character] names of the elements to extract}
 }