Skip to content

Commit

Permalink
Merge pull request #980 from skshetry/fix-r-cmd-ref
Browse files Browse the repository at this point in the history
cmd ref: push/pull: fix docs about recursive option
  • Loading branch information
shcheklein authored Feb 7, 2020
2 parents c21785f + de2729c commit 442478b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 442478b

Please sign in to comment.