From b8627320b5069ac891d2df5030c2cf72e1d765cc Mon Sep 17 00:00:00 2001 From: olivroy <52606734+olivroy@users.noreply.github.com> Date: Fri, 9 Feb 2024 09:42:47 -0500 Subject: [PATCH] Do not suggest deprecated arg --- R/tree.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tree.R b/R/tree.R index 58c37926..4349079b 100644 --- a/R/tree.R +++ b/R/tree.R @@ -2,7 +2,7 @@ #' #' @param path A path to print the tree from #' @inheritParams dir_ls -#' @inheritDotParams dir_ls +#' @inheritDotParams dir_ls -recursive #' #' @export dir_tree <- function(path = ".", recurse = TRUE, ...) {