From 8f0e0230a02fce511d5e16f5db93efb320197f58 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 Upstream-commit: 1b58d0bc51e2bfc9e268dab762d1d891c18890c9 Component: engine --- components/engine/cli/command/plugin/inspect.go | 2 +- components/engine/docs/reference/commandline/plugin_inspect.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/cli/command/plugin/inspect.go b/components/engine/cli/command/plugin/inspect.go index 46ec7b229b..c2c7a0d6bc 100644 --- a/components/engine/cli/command/plugin/inspect.go +++ b/components/engine/cli/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 { diff --git a/components/engine/docs/reference/commandline/plugin_inspect.md b/components/engine/docs/reference/commandline/plugin_inspect.md index ded6bd2ee2..01e231bf06 100644 --- a/components/engine/docs/reference/commandline/plugin_inspect.md +++ b/components/engine/docs/reference/commandline/plugin_inspect.md @@ -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