File: toolbox-help.1.md

package info (click to toggle)
golang-github-containers-toolbox 0.0.99.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,616 kB
  • sloc: sh: 3,195; ansic: 40; makefile: 36; python: 33
file content (35 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% toolbox-help 1

## 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
```

## SEE ALSO

`toolbox(1)`