Skip to content

Commit

Permalink
Update content/docs/command-reference/metrics/diff.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel authored Sep 28, 2020
1 parent 35052bb commit f3ca274
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/docs/command-reference/metrics/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ lists all the current metrics without comparisons.

- `--targets <paths>` - limit command scope to these metrics files (supports any
file, even when not found as `metrics` in `dvc.yaml`). Using `-R`, directories
to search for metrics files can also be given. When specifying arguments for
`--targets` before `revisions`, you should use `--` after this option's
arguments, e.g.:
to search for metrics files can also be given.

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

```dvc
$ dvc metrics diff --targets t1.json t2.yaml -- HEAD v1
Expand Down

0 comments on commit f3ca274

Please sign in to comment.