added line_col to spec_pointrange
diff --git a/man/spec_pointrange.Rd b/man/spec_pointrange.Rd
index 4f80fb2..9e0f35a 100644
--- a/man/spec_pointrange.Rd
+++ b/man/spec_pointrange.Rd
@@ -18,6 +18,7 @@
   yaxt = "n",
   ann = FALSE,
   col = "red",
+  line_col = "black",
   cex = 0.3,
   frame.plot = FALSE,
   dir = if (is_latex()) rmd_files_dir() else tempdir(),
@@ -50,7 +51,9 @@
 
 \item{ann}{On/Off for annotations (titles and axis titles)}
 
-\item{col}{Color for the fill of the histogram bar/boxplot box.}
+\item{col}{Color for mean dot.}
+
+\item{line_col}{Color for the line and the error bar.}
 
 \item{cex}{size of the mean dot and error bar size.}