File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
content/docs/command-reference/metrics Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Compare [metrics](/doc/command-reference/metrics) between two commits in the
1111usage: dvc metrics diff [-h] [-q | -v]
1212 [--targets [<paths> [<paths> ...]]] [-R]
1313 [--all] [--json] [--md] [--no-path]
14- [--old] [-- precision <n>]
14+ [--precision <n>]
1515 [a_rev] [b_rev]
1616
1717positional arguments:
@@ -72,9 +72,6 @@ all the current metrics (without comparisons).
7272- ` --md ` - prints the command's output in the Markdown table format
7373 ([ GFM] ( https://github.github.com/gfm/#tables-extension- ) ).
7474
75- - ` --old ` - include the "Old" value column in addition to the new "Value" (and
76- "Change"). Useful when the values are not numeric, for example
77-
7875- ` --no-path ` - hide the "Path" column that lists the param/metrics file
7976 location. Useful when only one metrics file exists, for example
8077
You can’t perform that action at this time.
0 commit comments