Merge pull request #29806 from albers/fix-plugin-inspect-usage

Fix usage message of `plugin inspect`
This commit is contained in:
Vincent Demeester 2017-01-02 19:30:24 +01:00 committed by GitHub
commit 187592583c
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ func newInspectCommand(dockerCli *command.DockerCli) *cobra.Command {
var opts inspectOptions
cmd := &cobra.Command{
Use: "inspect [OPTIONS] PLUGIN|ID [PLUGIN|ID...]",
Use: "inspect [OPTIONS] PLUGIN [PLUGIN...]",
Short: "Display detailed information on one or more plugins",
Args: cli.RequiresMinArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {

View file

@ -16,7 +16,7 @@ keywords: "plugin, inspect"
# plugin inspect
```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