Skip to content

Commit be6fef1

Browse files
docs(mnq): fix capitalization in get-info command descriptions (#5151)
Co-authored-by: Jonathan R. <[email protected]>
1 parent 9d7bb30 commit be6fef1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cmd/scw/testdata/test-all-usage-mnq-sns-get-info-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Retrieve the Topics and Events information of the specified Project ID. Information include the activation status and the Topics and Events API endpoint URL.
3+
Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL.
44

55
USAGE:
66
scw mnq sns get-info [arg=value ...]

cmd/scw/testdata/test-all-usage-mnq-sqs-get-info-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Retrieve the Queues information of the specified Project ID. Information include the activation status and the Queues API endpoint URL.
3+
Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.
44

55
USAGE:
66
scw mnq sqs get-info [arg=value ...]

docs/commands/mnq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ scw mnq sns get-credentials <sns-credentials-id ...> [arg=value ...]
369369

370370
### Get Topics and Events info
371371

372-
Retrieve the Topics and Events information of the specified Project ID. Information include the activation status and the Topics and Events API endpoint URL.
372+
Retrieve the Topics and Events information of the specified Project ID. information include the activation status and the Topics and Events API endpoint URL.
373373

374374
**Usage:**
375375

@@ -543,7 +543,7 @@ scw mnq sqs get-credentials <sqs-credentials-id ...> [arg=value ...]
543543

544544
### Get Queues info
545545

546-
Retrieve the Queues information of the specified Project ID. Information include the activation status and the Queues API endpoint URL.
546+
Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.
547547

548548
**Usage:**
549549

internal/namespaces/mnq/v1beta1/mnq_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ func mnqSnsActivate() *core.Command {
501501
func mnqSnsGetInfo() *core.Command {
502502
return &core.Command{
503503
Short: `Get Topics and Events info`,
504-
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.`,
504+
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.`,
505505
Namespace: "mnq",
506506
Resource: "sns",
507507
Verb: "get-info",
@@ -830,7 +830,7 @@ func mnqSqsActivate() *core.Command {
830830
func mnqSqsGetInfo() *core.Command {
831831
return &core.Command{
832832
Short: `Get Queues info`,
833-
Long: `Retrieve the Queues information of the specified Project ID. Information include the activation status and the Queues API endpoint URL.`,
833+
Long: `Retrieve the Queues information of the specified Project ID. information include the activation status and the Queues API endpoint URL.`,
834834
Namespace: "mnq",
835835
Resource: "sqs",
836836
Verb: "get-info",

0 commit comments

Comments
 (0)