From 8148273ad63a097e2680d39c321472eac2e9b5c0 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Mon, 11 May 2020 22:37:54 -0500 Subject: [PATCH] cmd ref: match plot cmd ref to core repo, et al. --- content/docs/command-reference/plot/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/command-reference/plot/index.md b/content/docs/command-reference/plot/index.md index 2dfd226e02..29c9115aa9 100644 --- a/content/docs/command-reference/plot/index.md +++ b/content/docs/command-reference/plot/index.md @@ -11,10 +11,10 @@ usage: dvc plot [-h] [-q | -v] {show,diff} ... positional arguments: COMMAND - show Generate a plot image file from a continuous metrics - file. - diff Plot continuous metrics differences between commits in the - DVC repository, or between the last commit and the workspace. + show Generate a plot image file from a metrics file. + diff Plot differences in metrics between commits in the + DVC repository, or between the last commit and the + workspace. ``` ## Description