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:
Vitor Henrique
2024-01-30 01:55:24 -03:00
committed by GitHub
parent d0a73c4b9c
commit 46a054215a
175 changed files with 386 additions and 385 deletions

View File

@@ -24,6 +24,6 @@
`afinfo --warnings {{path/to/file}}`
- Display help for full usage:
- Display help:
`afinfo --help`

View File

@@ -19,6 +19,6 @@
`top -user {{user_name}}`
- Get help about interactive commands:
- Display help about interactive commands:
`?`

View File

@@ -20,10 +20,10 @@
`vpnd -n`
- Print usage summary and exit:
`vpnd -h`
- Run the daemon for a specific server configuration:
`vpnd -i {{server_id}}`
- Display help:
`vpnd -h`

View File

@@ -19,10 +19,10 @@
`xcrun --toolchain {{name}}`
- Display version:
`xcrun --version`
- Display help:
`xcrun --help`
- Display version:
`xcrun --version`