From 7744547c5e6cb091269c2296047d265f8163e0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E8=BD=A9?= Date: Tue, 25 Sep 2018 15:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8Dassign-secgrp=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=BC=A0=E9=80=92=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/mcclient/options/servers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mcclient/options/servers.go b/pkg/mcclient/options/servers.go index bcf5394997..30e68973d5 100644 --- a/pkg/mcclient/options/servers.go +++ b/pkg/mcclient/options/servers.go @@ -236,7 +236,7 @@ func (opts *ServerDeployOptions) Params() (*jsonutils.JSONDict, error) { type ServerSecGroupOptions struct { ID string `help:"ID or Name of server" metavar:"Guest" json:"-"` - SecGrp string `help:"ID of Security Group" metavar:"Security Group" positional:"true"` + Secgrp string `help:"ID of Security Group" metavar:"Security Group" positional:"true"` } type ServerSendKeyOptions struct {