diff --git a/man/CreateIniStates.Rd b/man/CreateIniStates.Rd
index 5e2fed8357751f995973ab695373951c5a90d669..76a5d9f3b760ac97e5e0fb729c756973c429baef 100644
--- a/man/CreateIniStates.Rd
+++ b/man/CreateIniStates.Rd
@@ -19,7 +19,7 @@ CreateIniStates(FUN_MOD, InputsModel, IsHyst = FALSE, IsIntStore = FALSE,
                 UH1 = NULL, UH2 = NULL,
                 GCemaNeigeLayers = NULL, eTGCemaNeigeLayers = NULL,
                 GthrCemaNeigeLayers = NULL, GlocmaxCemaNeigeLayers = NULL,
-                verbose = TRUE)
+                SD = NULL, verbose = TRUE)
 }
 
 
@@ -52,6 +52,8 @@ CreateIniStates(FUN_MOD, InputsModel, IsHyst = FALSE, IsIntStore = FALSE,
 
 \item{GlocmaxCemaNeigeLayers}{(optional) [numeric] local melt threshold for hysteresis [mm], possibly used to create the CemaNeige model initial state in case the Linear Hysteresis version is used}
 
+\item{SD}{(optional) [list] of [numeric] states of delayed upstream flows for semi-distributed models, the nature of the state and the unit depend on the model and the unit of the upstream flow}
+
 \item{verbose}{(optional) [boolean] boolean indicating if the function is run in verbose mode or not, default = \code{TRUE}}
 
 }