Carry a a verbosity default already in the connection object

Change-Id: I8b0b0cb3ebbf5d92be8442366b5aaf6643e9431c
diff --git a/man/corpusStats-KorAPConnection-method.Rd b/man/corpusStats-KorAPConnection-method.Rd
index 6a4ccc2..486ee1c 100644
--- a/man/corpusStats-KorAPConnection-method.Rd
+++ b/man/corpusStats-KorAPConnection-method.Rd
@@ -6,12 +6,15 @@
 \alias{corpusStats}
 \title{Fetch information about a (virtual) corpus}
 \usage{
-\S4method{corpusStats}{KorAPConnection}(kco, vc = "")
+\S4method{corpusStats}{KorAPConnection}(kco, vc = "",
+  verbose = kco@verbose)
 }
 \arguments{
 \item{kco}{\code{\link{KorAPConnection}} object (obtained e.g. from \code{new("KorAPConnection")}}
 
 \item{vc}{string describing the virtual corpus. An empty string (default) means the whole corpus, as far as it is license-wise accessible.}
+
+\item{verbose}{logical. If \code{TRUE}, additional diagnostics are printed.}
 }
 \value{
 \code{KorAPCorpusStats} object with the slots \code{documents}, \code{tokens}, \code{sentences}, \code{paragraphs}