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 {