From 504080d8cb73b2de5095a2bbc8425b9a1eb7a19d Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sun, 14 Mar 2021 17:44:49 -0600 Subject: [PATCH] ref: update repro --pull per https://github.com/iterative/dvc.org/pull/2242#pullrequestreview-611662116 --- content/docs/command-reference/repro.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/docs/command-reference/repro.md b/content/docs/command-reference/repro.md index 697ae46a5f..0f17391847 100644 --- a/content/docs/command-reference/repro.md +++ b/content/docs/command-reference/repro.md @@ -179,10 +179,11 @@ up-to-date and only execute the final stage. corresponding pipelines, including the target stages themselves. This option has no effect if `targets` are not provided. -- `--pull` - downloads dependencies and outputs in the stages being reproduced - from the [default remote storage](/doc/command-reference/remote/default) (see - `dvc pull`) based on the run-cache. Note that this doesn't include initial - pipeline data sources (never found in the run-cache). +- `--pull` - attempts to download outputs of stages found in the + [run-cache](/doc/user-guide/project-structure/internal-files#run-cache) during + reproduction. Uses the + [default remote storage](/doc/command-reference/remote/default). See also + `dvc pull` - `-h`, `--help` - prints the usage/help message, and exit.