From 878e6791ac97ea0196ced490c9b7fb7952e2f600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=97=AD?= Date: Thu, 12 Dec 2019 15:18:04 +0800 Subject: [PATCH] delete duplicate param brand --- cmd/climc/shell/associated_bills.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/climc/shell/associated_bills.go b/cmd/climc/shell/associated_bills.go index e71686a938..ac634a7f1b 100644 --- a/cmd/climc/shell/associated_bills.go +++ b/cmd/climc/shell/associated_bills.go @@ -27,7 +27,6 @@ func init() { EndDay int `help:"time range of the associated bills, example: 20060102" required:"true"` ResourceId string `help:"resource id"` - Brand string `help:"brand"` } R(&AssociatedBillListOptions{}, "associated-bill-list", "List associated bills", func(s *mcclient.ClientSession, args *AssociatedBillListOptions) error {