pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help * git: add newline to the end Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages*: make help and version commands comply with the style guide * java: fix Java name --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
> Some subcommands such as `dvc commit` have their own usage documentation.
|
||||
> More information: <https://dvc.org/>.
|
||||
|
||||
- Check the DVC version:
|
||||
- Execute a DVC subcommand:
|
||||
|
||||
`dvc --version`
|
||||
`dvc {{subcommand}}`
|
||||
|
||||
- Display general help:
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
|
||||
`dvc {{subcommand}} --help`
|
||||
|
||||
- Execute a DVC subcommand:
|
||||
- Display version:
|
||||
|
||||
`dvc {{subcommand}}`
|
||||
`dvc --version`
|
||||
|
Reference in New Issue
Block a user