Skip to content

Commit

Permalink
Merge branch 'master' into v1.6212.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone authored Mar 10, 2025
2 parents 0a673eb + 7bce89d commit 6bbc1bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/namespaces/tem/v1alpha1/tem_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func temEmailList() *core.Command {
},
{
Name: "mail-to",
Short: `List emails sent to this recipient's email address`,
Short: `Deprecated. List emails sent to this recipient's email address`,
Required: false,
Deprecated: true,
Positional: false,
Expand Down Expand Up @@ -528,9 +528,9 @@ func temDomainCreate() *core.Command {
},
{
Name: "accept-tos",
Short: `Accept Scaleway's Terms of Service`,
Short: `Deprecated. Accept Scaleway's Terms of Service`,
Required: false,
Deprecated: false,
Deprecated: true,
Positional: false,
},
{
Expand Down

0 comments on commit 6bbc1bc

Please sign in to comment.