diff --git a/cmd/scw/testdata/test-all-usage-mnq-sns-get-info-usage.golden b/cmd/scw/testdata/test-all-usage-mnq-sns-get-info-usage.golden index ee334757d4..487917011d 100644 --- a/cmd/scw/testdata/test-all-usage-mnq-sns-get-info-usage.golden +++ b/cmd/scw/testdata/test-all-usage-mnq-sns-get-info-usage.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ -Retrieve the Topics and Events information of the specified Project ID. Information include the activation status and the Topics and Events API endpoint URL. +Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL. USAGE: scw mnq sns get-info [arg=value ...] diff --git a/cmd/scw/testdata/test-all-usage-mnq-sqs-get-info-usage.golden b/cmd/scw/testdata/test-all-usage-mnq-sqs-get-info-usage.golden index b22758e380..fe1a6226ac 100644 --- a/cmd/scw/testdata/test-all-usage-mnq-sqs-get-info-usage.golden +++ b/cmd/scw/testdata/test-all-usage-mnq-sqs-get-info-usage.golden @@ -1,6 +1,6 @@ 🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲 πŸŸ₯πŸŸ₯πŸŸ₯ STDERR️️ πŸŸ₯πŸŸ₯πŸŸ₯️ -Retrieve the Queues information of the specified Project ID. Information include the activation status and the Queues API endpoint URL. +Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL. USAGE: scw mnq sqs get-info [arg=value ...] diff --git a/docs/commands/mnq.md b/docs/commands/mnq.md index e7556a820e..1729e7a0b3 100644 --- a/docs/commands/mnq.md +++ b/docs/commands/mnq.md @@ -369,7 +369,7 @@ scw mnq sns get-credentials [arg=value ...] ### Get Topics and Events info -Retrieve the Topics and Events information of the specified Project ID. Information include the activation status and the Topics and Events API endpoint URL. +Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL. **Usage:** @@ -543,7 +543,7 @@ scw mnq sqs get-credentials [arg=value ...] ### Get Queues info -Retrieve the Queues information of the specified Project ID. Information include the activation status and the Queues API endpoint URL. +Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL. **Usage:** diff --git a/internal/namespaces/mnq/v1beta1/mnq_cli.go b/internal/namespaces/mnq/v1beta1/mnq_cli.go index 2078595bf8..508d383838 100644 --- a/internal/namespaces/mnq/v1beta1/mnq_cli.go +++ b/internal/namespaces/mnq/v1beta1/mnq_cli.go @@ -501,7 +501,7 @@ func mnqSnsActivate() *core.Command { func mnqSnsGetInfo() *core.Command { return &core.Command{ Short: `Get Topics and Events info`, - Long: `Retrieve the Topics and Events information of the specified Project ID. Information include the activation status and the Topics and Events API endpoint URL.`, + Long: `Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL.`, Namespace: "mnq", Resource: "sns", Verb: "get-info", @@ -830,7 +830,7 @@ func mnqSqsActivate() *core.Command { func mnqSqsGetInfo() *core.Command { return &core.Command{ Short: `Get Queues info`, - Long: `Retrieve the Queues information of the specified Project ID. Information include the activation status and the Queues API endpoint URL.`, + Long: `Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.`, Namespace: "mnq", Resource: "sqs", Verb: "get-info",