finishing save_kable latex part
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index a3932fc..1540429 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -10,7 +10,7 @@
   repeat_header_text = "\\\\textit{(continued)}",
   repeat_header_method = c("append", "replace"),
   repeat_header_continued = FALSE, stripe_color = "gray!6",
-  latex_table_env = NULL, protect_latex = TRUE)
+  stripe_index = NULL, latex_table_env = NULL, protect_latex = TRUE)
 }
 \arguments{
 \item{kable_input}{Output of \code{knitr::kable()} with \code{format} specified}
@@ -62,6 +62,9 @@
 \item{stripe_color}{LaTeX option allowing users to pick a different color
 for their strip lines. This option is not available in HTML}
 
+\item{stripe_index}{LaTeX option allowing users to customize which rows
+should have stripe color.}
+
 \item{latex_table_env}{LaTeX option. A character string to define customized
 table environment such as tabu or tabularx.You shouldn't expect all features
 could be supported in self-defined environments.}