Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/static/docs/command-reference/pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions public/static/docs/command-reference/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down