From 8f94d3e9ff36949a9463b257d0bfee5931936acb Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Fri, 8 May 2020 20:21:59 -0500 Subject: [PATCH] Update content/docs/command-reference/update.md --- content/docs/command-reference/update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/command-reference/update.md b/content/docs/command-reference/update.md index e57b494473..7369c74994 100644 --- a/content/docs/command-reference/update.md +++ b/content/docs/command-reference/update.md @@ -45,7 +45,7 @@ dvc update --rev master > Note that this changes the `rev` field in the import stage, fixing it to the > revision. -- `-R`, `--recursive` - determines the data artifacts to update by searching +- `-R`, `--recursive` - determines the files to update by searching each target directory and its subdirectories for DVC-files to inspect. If there are no directories among the targets, this option is ignored.