From 95a1a461c63333ec0782ddeb8d6491b00372f8a9 Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Fri, 25 Nov 2016 04:07:06 +0800 Subject: [PATCH] Add options for docker plugin enable and fix some typos Signed-off-by: yuexiao-wang Upstream-commit: 7a89624bd516e00845d31b997dcb1d992ea6d42e Component: cli --- components/cli/command/plugin/enable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/command/plugin/enable.go b/components/cli/command/plugin/enable.go index d84da24668..9201e38e11 100644 --- a/components/cli/command/plugin/enable.go +++ b/components/cli/command/plugin/enable.go @@ -20,7 +20,7 @@ func newEnableCommand(dockerCli *command.DockerCli) *cobra.Command { var opts enableOpts cmd := &cobra.Command{ - Use: "enable PLUGIN", + Use: "enable [OPTIONS] PLUGIN", Short: "Enable a plugin", Args: cli.ExactArgs(1), RunE: func(cmd *cobra.Command, args []string) error {