From 6a3a4913d35cb783d86e86127dd901c331ef6046 Mon Sep 17 00:00:00 2001
From: wlandau <will.landau.oss@gmail.com>
Date: Thu, 30 Jan 2025 14:00:04 -0500
Subject: [PATCH] docs

---
 R/crew_monitor_aws_batch.R          | 4 ----
 man/crew_class_monitor_aws_batch.Rd | 5 -----
 2 files changed, 9 deletions(-)

diff --git a/R/crew_monitor_aws_batch.R b/R/crew_monitor_aws_batch.R
index 94382bb..c28dc3c 100644
--- a/R/crew_monitor_aws_batch.R
+++ b/R/crew_monitor_aws_batch.R
@@ -295,10 +295,6 @@ crew_class_monitor_aws_batch <- R6::R6Class(
     #'   `path` argument.
     #' @param id Character of length 1, job ID. This is different
     #'   from the user-supplied job name.
-    #' @param tibble `TRUE` to visibly return a `tibble`,
-    #'   `FALSE` to print the
-    #'   lines of text using `writeLines()`
-    #'   and invisibly return the `tibble`.
     #' @param path Character string or stream (e.g. `stdout()`),
     #'   file path or connection passed to the `con` argument of
     #'   `writeLines()` to print the log messages.
diff --git a/man/crew_class_monitor_aws_batch.Rd b/man/crew_class_monitor_aws_batch.Rd
index 051ea51..f474db9 100644
--- a/man/crew_class_monitor_aws_batch.Rd
+++ b/man/crew_class_monitor_aws_batch.Rd
@@ -198,11 +198,6 @@ Set to \code{nullfile()} to suppress output
 
 \item{\code{start_from_head}}{Logical of length 1, whether to print earlier
 log events before later ones.}
-
-\item{\code{tibble}}{\code{TRUE} to visibly return a \code{tibble},
-\code{FALSE} to print the
-lines of text using \code{writeLines()}
-and invisibly return the \code{tibble}.}
 }
 \if{html}{\out{</div>}}
 }