Skip to content

Commit f2b8b8c

Browse files
authored
Update diff.md (#3005)
1 parent 8a50d8a commit f2b8b8c

File tree

1 file changed

+1
-4
lines changed
  • content/docs/command-reference/metrics

1 file changed

+1
-4
lines changed

content/docs/command-reference/metrics/diff.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Compare [metrics](/doc/command-reference/metrics) between two commits in the
1111
usage: 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
1717
positional 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

0 commit comments

Comments
 (0)