Apply suggestions from code review
Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
c6d6d7618c
commit
91e565ba81
@@ -1,20 +1,20 @@
|
||||
# dvc
|
||||
|
||||
> Data Version Control i.e git for data.
|
||||
> Data Version Control: like `git` for data.
|
||||
> More information: <https://dvc.org/>.
|
||||
|
||||
- Check the DVC version:
|
||||
|
||||
`dvc --version`
|
||||
|
||||
- Call general help:
|
||||
- Display general help:
|
||||
|
||||
`dvc --help`
|
||||
|
||||
- Call help on a command:
|
||||
- Display help about a specific subcommand:
|
||||
|
||||
`dvc {{command}} --help`
|
||||
`dvc {{subcommand}} --help`
|
||||
|
||||
- Execute DVC command:
|
||||
- Execute a DVC subcommand:
|
||||
|
||||
`dvc {{command}}`
|
||||
`dvc {{subcommand}}`
|
||||
|
Reference in New Issue
Block a user