toolbox: Reorder commands in page (#8343)

* Update toolbox.md

* Update toolbox.md
This commit is contained in:
K.B.Dharun Krishna
2022-08-13 06:37:18 +05:30
committed by GitHub
parent a3d5656a8d
commit df71ead8eb
2 changed files with 16 additions and 16 deletions

View File

@@ -4,18 +4,18 @@
> Some subcommands such as `toolbox create` have their own usage documentation.
> More information: <https://manned.org/toolbox.1>.
- Show the `toolbox` version:
- Run a `toolbox` subcommand:
`toolbox --version`
- Show general help:
`toolbox --help`
`toolbox {{subcommand}}`
- Show help for a `toolbox` subcommand (such as `create`, `enter`, `rm`, `rmi`, etc.):
`toolbox help {{subcommand}}`
- Run a `toolbox` subcommand:
- Show general help:
`toolbox {{subcommand}}`
`toolbox --help`
- Show the `toolbox` version:
`toolbox --version`