mirror of https://github.com/docker/cli.git
Fix usage message of `plugin inspect`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
0e0cb6498c
commit
6c5145d074
|
@ -16,7 +16,7 @@ keywords: "plugin, inspect"
|
||||||
# plugin inspect
|
# plugin inspect
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker plugin inspect [OPTIONS] PLUGIN|ID [PLUGIN|ID...]
|
Usage: docker plugin inspect [OPTIONS] PLUGIN [PLUGIN...]
|
||||||
|
|
||||||
Display detailed information on one or more plugins
|
Display detailed information on one or more plugins
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue