Skip to content

Commit 0ce4f0e

Browse files
committed
docs(tem): remove subject length requirement from email create description
1 parent 8744886 commit 0ce4f0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/scw/testdata/test-all-usage-tem-email-create-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-
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. The subject of the email must contain at least 6 characters.
3+
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain.
44

55
USAGE:
66
scw tem email create [arg=value ...]

docs/commands/tem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ scw tem email cancel <email-id ...> [arg=value ...]
286286

287287
### Send an email
288288

289-
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain. The subject of the email must contain at least 6 characters.
289+
You must specify the `region`, the sender and the recipient's information and the `project_id` to send an email from a checked domain.
290290

291291
**Usage:**
292292

internal/namespaces/tem/v1alpha1/tem_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func temProjectConsumption() *core.Command {
128128
func temEmailCreate() *core.Command {
129129
return &core.Command{
130130
Short: `Send an email`,
131-
Long: `You must specify the ` + "`" + `region` + "`" + `, the sender and the recipient's information and the ` + "`" + `project_id` + "`" + ` to send an email from a checked domain. The subject of the email must contain at least 6 characters.`,
131+
Long: `You must specify the ` + "`" + `region` + "`" + `, the sender and the recipient's information and the ` + "`" + `project_id` + "`" + ` to send an email from a checked domain.`,
132132
Namespace: "tem",
133133
Resource: "email",
134134
Verb: "create",

0 commit comments

Comments
 (0)