Skip to content

Commit

Permalink
cmd: copy edit plots diff targets option desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel authored Sep 28, 2020
1 parent c3f5551 commit 67424ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions content/docs/command-reference/plots/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ please see `dvc plots`.
## Options

- `--targets <path>` - specific metric files to visualize (supports any file,
even when not found as `plots` in `dvc.yaml`). When specifying arguments for
`--targets` before `revisions`, you should use `--` after this option's
arguments, e.g.:
- `--targets <path>` - specific metric files to visualize (supports any valid
plots, even when not found as `plots` in `dvc.yaml`).

When specifying arguments for `--targets` before `revisions`, you should use
`--` after this option's arguments, e.g.:

```dvc
$ dvc plots diff --targets t1.json t2.csv -- HEAD v1 v2
Expand Down

0 comments on commit 67424ed

Please sign in to comment.