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 {