From 87fea846fc1223d9594c2e4e68d9cb9e2b1e72d0 Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Sat, 31 Dec 2016 09:55:04 -0800 Subject: [PATCH] Fix usage message of `plugin inspect` Signed-off-by: Harald Albers --- command/plugin/inspect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/plugin/inspect.go b/command/plugin/inspect.go index 46ec7b229b..c2c7a0d6bc 100644 --- a/command/plugin/inspect.go +++ b/command/plugin/inspect.go @@ -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 {