Skip to content

Commit

Permalink
cmd fer data statusL: minor fix in case
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Sep 6, 2022
1 parent f7d1647 commit 0b174aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/command-reference/data/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ As shown above, the `dvc data status` displays changes in multiple categories:
- _Untracked files_ shows the files that are not being tracked by DVC and Git.
This is disabled by default, unless [`--untracked-files`](#--untracked-files)
is specified.
- _DVC Unchanged files_ shows the files that are not changed. This is not shown
- _DVC unchanged files_ shows the files that are not changed. This is not shown
by default, unless [`--unchanged`](#--unchanged) is specified.

By default, `dvc data status` does not show individual changes inside the
Expand Down

0 comments on commit 0b174aa

Please sign in to comment.