2023-01-11 19:19:44 +00:00
|
|
|
% toolbox-help 1
|
2019-07-15 08:23:25 +00:00
|
|
|
|
|
|
|
## NAME
|
|
|
|
toolbox\-help - Display help information about Toolbox
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
**toolbox help** [*COMMAND*]
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
|
|
|
When no COMMAND is specified, the `toolbox(1)` manual is shown. If a COMMAND
|
|
|
|
is specified, a manual page for that command is brought up.
|
|
|
|
|
|
|
|
Note that `toolbox --help ...` is identical to `toolbox help ...` because the
|
|
|
|
former is internally converted to the latter.
|
|
|
|
|
|
|
|
This page can be displayed with `toolbox help help` or `toolbox help --help`.
|
|
|
|
|
|
|
|
## EXAMPLES
|
|
|
|
|
|
|
|
### Show the toolbox manual
|
|
|
|
|
|
|
|
```
|
|
|
|
$ toolbox help
|
|
|
|
```
|
|
|
|
|
|
|
|
### Show the manual for the create command
|
|
|
|
|
|
|
|
```
|
|
|
|
$ toolbox help create
|
|
|
|
```
|
2021-03-04 19:36:22 +00:00
|
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
|
|
|
|
`toolbox(1)`
|