From 67424edc992f15c1f033c3d590b1031974dbb20a Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 28 Sep 2020 11:46:22 -0500 Subject: [PATCH] cmd: copy edit plots diff targets option desc --- content/docs/command-reference/plots/diff.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/docs/command-reference/plots/diff.md b/content/docs/command-reference/plots/diff.md index 4723e7f1e1..b08142ec95 100644 --- a/content/docs/command-reference/plots/diff.md +++ b/content/docs/command-reference/plots/diff.md @@ -45,10 +45,11 @@ please see `dvc plots`. ## Options -- `--targets ` - 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 ` - 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