mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #26185 from yuexiao-wang/update-docs
Update description for docker plugin inspect
This commit is contained in:
commit
0414a2c1a9
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ parent = "smn_cli"
|
|||
# plugin inspect (experimental)
|
||||
|
||||
```markdown
|
||||
Usage: docker plugin inspect PLUGIN
|
||||
Usage: docker plugin inspect [OPTIONS] PLUGIN [PLUGIN...]
|
||||
|
||||
Inspect a plugin
|
||||
Display detailed information on one or more plugins
|
||||
|
||||
Options:
|
||||
-f, --format string Format the output using the given go template
|
||||
|
|
Loading…
Reference in a new issue