Skip to content

Commit 34c914d

Browse files
authored
Merge branch 'master' into v1.6201.0
2 parents 5475d87 + 48ad408 commit 34c914d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

internal/namespaces/billing/v2beta1/billing_cli.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,11 @@ func billingInvoiceDownload() *core.Command {
376376

377377
func billingDiscountList() *core.Command {
378378
return &core.Command{
379-
Short: `List discounts`,
380-
Long: `List all discounts for your organization and usable categories, products, offers, references, regions and zones where the discount can be applied.`,
379+
Short: `List discounts`,
380+
Long: `List all discounts for your Organization and usable categories, products, offers, references, regions and zones where the discount can be applied. As a reseller:
381+
- If you do not specify an ` + "`" + `organization_id` + "`" + ` you will list the discounts applied to your own Organization and your customers
382+
- If you indicate your ` + "`" + `organization_id` + "`" + ` you will list only the discounts applied to your Organization
383+
- If you indicate ` + "`" + `the organization_id` + "`" + ` of one of your customers, you will list the discounts applied to their Organization.`,
381384
Namespace: "billing",
382385
Resource: "discount",
383386
Verb: "list",

0 commit comments

Comments
 (0)