From de2729c431f4f7dbb986c6e5f6675d5d0257cb48 Mon Sep 17 00:00:00 2001 From: Saugat Pachhai Date: Fri, 7 Feb 2020 13:41:37 +0545 Subject: [PATCH] cmd ref: push/pull: fix docs about recursive option typo/copy pasting error in 26156713b33 --- public/static/docs/command-reference/pull.md | 4 ++-- public/static/docs/command-reference/push.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/static/docs/command-reference/pull.md b/public/static/docs/command-reference/pull.md index 3b97e111da..ea3b48c5f8 100644 --- a/public/static/docs/command-reference/pull.md +++ b/public/static/docs/command-reference/pull.md @@ -78,8 +78,8 @@ reflinks or hardlinks to put it in the workspace without copying. See searches backward from the target stages in the corresponding pipelines. This means DVC will not pull files referenced in later stages than the `targets`. -- `-R`, `--recursive` - determines the metric files to show by searching each - target directory and its subdirectories for DVC-files to inspect. `targets` is +- `-R`, `--recursive` - determines the files to pull by searching each target + directory and its subdirectories for DVC-files to inspect. `targets` is expected to contain one or more directories for this option to have effect. - `-f`, `--force` - does not prompt when removing workspace files, which occurs diff --git a/public/static/docs/command-reference/push.md b/public/static/docs/command-reference/push.md index 2b78122ab5..c1e7271a8f 100644 --- a/public/static/docs/command-reference/push.md +++ b/public/static/docs/command-reference/push.md @@ -90,8 +90,8 @@ to push. searches backward from the target stages in the corresponding pipelines. This means DVC will not push files referenced in later stages than the `targets`. -- `-R`, `--recursive` - determines the metric files to show by searching each - target directory and its subdirectories for DVC-files to inspect. `targets` is +- `-R`, `--recursive` - determines the files to push by searching each target + directory and its subdirectories for DVC-files to inspect. `targets` is expected to contain one or more directories for this option to have effect. - `-j JOBS`, `--jobs JOBS` - specifies number of jobs to run simultaneously