diff --git a/content/docs/command-reference/repro.md b/content/docs/command-reference/repro.md
index 56ea66d151..5a0cbe046f 100644
--- a/content/docs/command-reference/repro.md
+++ b/content/docs/command-reference/repro.md
@@ -10,7 +10,8 @@ analyzing dependencies and outputs of the target stages.
```usage
usage: dvc repro [-h] [-q | -v] [-f] [-s] [-c ] [-m] [--dry] [-i]
[-p] [-P] [-R] [--no-run-cache] [--force-downstream]
- [--no-commit] [--downstream] [targets [targets ...]]
+ [--no-commit] [--downstream] [--pull]
+ [targets [targets ...]]
positional arguments:
targets Stage or .dvc file to reproduce
@@ -156,6 +157,9 @@ 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` - try automatically [pulling](/doc/command-reference/pull) missing
+ cache for outputs restored from run-cache.
+
- `-h`, `--help` - prints the usage/help message, and exit.
- `-q`, `--quiet` - do not write anything to standard output. Exit with 0 if all