Skip to content

Commit 6bbc1bc

Browse files
authored
Merge branch 'master' into v1.6212.0
2 parents 0a673eb + 7bce89d commit 6bbc1bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/namespaces/tem/v1alpha1/tem_cli.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ func temEmailList() *core.Command {
348348
},
349349
{
350350
Name: "mail-to",
351-
Short: `List emails sent to this recipient's email address`,
351+
Short: `Deprecated. List emails sent to this recipient's email address`,
352352
Required: false,
353353
Deprecated: true,
354354
Positional: false,
@@ -528,9 +528,9 @@ func temDomainCreate() *core.Command {
528528
},
529529
{
530530
Name: "accept-tos",
531-
Short: `Accept Scaleway's Terms of Service`,
531+
Short: `Deprecated. Accept Scaleway's Terms of Service`,
532532
Required: false,
533-
Deprecated: false,
533+
Deprecated: true,
534534
Positional: false,
535535
},
536536
{

0 commit comments

Comments
 (0)