mirror of https://github.com/docker/cli.git
Fix a small typo in volume_inspect.md
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
00ea341609
commit
3317b8b16d
|
@ -18,8 +18,8 @@ parent = "smn_cli"
|
||||||
--help=false Print usage
|
--help=false Print usage
|
||||||
|
|
||||||
Returns information about a volume. By default, this command renders all results
|
Returns information about a volume. By default, this command renders all results
|
||||||
in a JSON array. You can specify an alternate format to execute a given template
|
in a JSON array. You can specify an alternate format to execute a
|
||||||
is executed for each result. Go's
|
given template for each result. Go's
|
||||||
[text/template](http://golang.org/pkg/text/template/) package describes all the
|
[text/template](http://golang.org/pkg/text/template/) package describes all the
|
||||||
details of the format.
|
details of the format.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue