Skip to content

Commit

Permalink
cmd ref: change "ref" -> "rev" per iterative/dvc/pull/3299
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Feb 12, 2020
1 parent 1400f4a commit d52dc5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions public/static/docs/command-reference/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ be narrowed down to specific target files and directories under DVC control.
usage: dvc diff [-h] [-q | -v] [-t TARGET] a_ref [b_ref]
positional arguments:
a_ref Git reference from which diff calculates
b_ref Git reference until which diff calculates, if omitted diff
shows the difference between current HEAD and a_ref
a_rev Old Git commit to compare (defaults to HEAD)
b_rev New Git commit to compare (defaults to the
current workspace)
```

## Description
Expand Down
7 changes: 3 additions & 4 deletions public/static/docs/command-reference/metrics/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ usage: dvc metrics diff [-h] [-q | -v]
[a_ref] [b_ref]
positional arguments:
a_ref Git reference to the older version to compare
(defaults to HEAD)
b_ref Git reference to the newer version to compare
(defaults to the current workspace including changes)
a_rev Old Git commit to compare (defaults to HEAD)
b_rev New Git commit to compare (defaults to the
current workspace)
```

## Description
Expand Down

0 comments on commit d52dc5a

Please sign in to comment.