Add some parameters' documentation and examples

Change-Id: Ib1eb1d9a98e8eae12f4c42fc4cea38c1c118a731
diff --git a/man/KorAPFetchRest.Rd b/man/KorAPFetchRest.Rd
index acefd2b..a9d4f03 100644
--- a/man/KorAPFetchRest.Rd
+++ b/man/KorAPFetchRest.Rd
@@ -8,6 +8,8 @@
 }
 \arguments{
 \item{queryObject}{object obtained from \code{\link{KorAPQuery}}}
+
+\item{verbose}{print progress information if true}
 }
 \value{
 The \code{queryObject} input parameter with updated fields \code{$collectedMatches}, \code{$matches} (latest bunch only), \code{$nextStartIndex}, \code{$hasMoreMatches}
@@ -16,7 +18,7 @@
 Fetches all remaining results of a KorAP query.
 }
 \examples{
-q <- KorAPFetchRest(KorAPQueryNext(KorAPQuery(KorAPConnection(), "Ameisenplage")))
+q <- KorAPFetchRest(KorAPFetchNext(KorAPQuery(KorAPConnection(), "Ameisenplage")))
 q$collectedMatches
 
 }