pages*: fix small typos (#11850)

* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
This commit is contained in:
Vitor Henrique
2023-12-27 03:41:30 -03:00
committed by GitHub
parent 4e280a9efe
commit 61405c6e0e
67 changed files with 93 additions and 93 deletions

View File

@@ -8,14 +8,14 @@
`toolbox {{subcommand}}`
- Show help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
- Display help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
`toolbox help {{subcommand}}`
- Show general help:
- Display help:
`toolbox --help`
- Show the `toolbox` version:
- Display version:
`toolbox --version`