diff --git a/cli/cmd/customer_create.go b/cli/cmd/customer_create.go index d1e7702e..6e394933 100644 --- a/cli/cmd/customer_create.go +++ b/cli/cmd/customer_create.go @@ -44,8 +44,8 @@ func (r *runners) InitCustomersCreateCommand(parent *cobra.Command) *cobra.Comma Long: `Create a new customer for the current application with specified attributes. This command allows you to create a customer record with various properties such as name, -custom ID, channels, license type, and feature flags. You can set expiration dates, -enable or disable specific features, and assign the customer to one or more channels. +custom ID, channel, license type, and feature flags. You can set expiration dates, +enable or disable specific features, and assign the customer to a channel. The --app flag must be set to specify the target application.`, Example: `# Create a basic customer with a name and assigned to a channel diff --git a/cli/cmd/customer_update.go b/cli/cmd/customer_update.go index c0e2c100..bdf9afb1 100644 --- a/cli/cmd/customer_update.go +++ b/cli/cmd/customer_update.go @@ -43,8 +43,8 @@ func (r *runners) InitCustomerUpdateCommand(parent *cobra.Command) *cobra.Comman Long: `Update an existing customer's information and settings. This command allows you to modify various attributes of a customer, including their name, - custom ID, assigned channels, license type, and feature flags. You can update expiration dates, - enable or disable specific features, and change channel assignments. + custom ID, assigned channel, license type, and feature flags. You can update expiration dates, + enable or disable specific features, and change the channel assignment. The --customer flag is required to specify which customer to update.`, Example: `# Update a customer's name