Skip to content

Commit

Permalink
Merge pull request moby#29806 from albers/fix-plugin-inspect-usage
Browse files Browse the repository at this point in the history
Fix usage message of `plugin inspect`
  • Loading branch information
vdemeester authored Jan 2, 2017
2 parents 8a3ede3 + 1b58d0b commit 1875925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/command/plugin/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/commandline/plugin_inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1875925

Please sign in to comment.