delete duplicate param brand

This commit is contained in:
张旭
2019-12-12 15:18:04 +08:00
parent b2719e5f73
commit 878e6791ac
-1
View File
@@ -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 {