Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imhardikj committed Jul 14, 2020
1 parent 3d1fc65 commit 1f6a174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/command-reference/metrics/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ lists all the current metrics without comparisons.
arguments, e.g.:

```dvc
$ dvc metrics diff --targets t1.json t2.csv -- HEAD v1
$ dvc metrics diff --targets t1.json t2.json -- HEAD v1
```

Alternatively, you can also run above statement as:

```dvc
$ dvc metrics diff HEAD v1 --targets t1.json t2.csv
$ dvc metrics diff HEAD v1 --targets t1.json t2.json
```

- `-R`, `--recursive` - determines the metric files to use by searching each
Expand Down

0 comments on commit 1f6a174

Please sign in to comment.