Allow overriding verbosity default via env var KORAP_VERBOSE
Change-Id: I8a2e32f24c22f2039b335cd000c610ba5ff3da08
diff --git a/man/KorAPConnection-class.Rd b/man/KorAPConnection-class.Rd
index ab0b7a1..3ccaae2 100644
--- a/man/KorAPConnection-class.Rd
+++ b/man/KorAPConnection-class.Rd
@@ -62,7 +62,9 @@
\item{timeout}{timeout in seconds for API requests (this does not influence server internal timeouts). Defaults to 240 seconds.}
\item{verbose}{logical that decides whether following operations will default to
-be verbose. Defaults to FALSE.}
+be verbose. Defaults to FALSE. If not explicitly provided, this can be overridden
+via environment variable \code{KORAP_VERBOSE} (accepted true-ish values: 1, true, yes, on)
+or R option \code{rkorap.verbose} (logical).}
\item{cache}{logical that decides if API calls are cached locally. You can clear
the cache with \code{\link[=clearCache]{clearCache()}}. Defaults to TRUE.}