Skip to content

Commit eee3705

Browse files
docs(tem): rephrase mail-to (#3174)
Co-authored-by: Rémy Léone <rleone@scaleway.com>
1 parent 0ed2d79 commit eee3705

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cmd/scw/testdata/test-all-usage-function-namespace-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-
Create a new namespace in a specified Organization or Proejct.
3+
Create a new namespace in a specified Organization or Project.
44

55
USAGE:
66
scw function namespace create [arg=value ...]

cmd/scw/testdata/test-all-usage-tem-email-list-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARGS:
2020
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | all)
2121

2222
DEPRECATED ARGS:
23-
[mail-to] (Deprecated) List emails sent to this recipient's email address
23+
[mail-to] List emails sent to this recipient's email address
2424

2525
FLAGS:
2626
-h, --help help for list

docs/commands/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Function namespace management commands.
496496

497497
### Create a new namespace
498498

499-
Create a new namespace in a specified Organization or Proejct.
499+
Create a new namespace in a specified Organization or Project.
500500

501501
**Usage:**
502502

docs/commands/tem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ scw tem email list [arg=value ...]
251251
| since | | (Optional) List emails created after this date |
252252
| until | | (Optional) List emails created before this date |
253253
| mail-from | | (Optional) List emails sent with this sender's email address |
254-
| ~~mail-to~~ | Deprecated | (Deprecated) List emails sent to this recipient's email address |
254+
| ~~mail-to~~ | Deprecated | List emails sent to this recipient's email address |
255255
| mail-rcpt | | (Optional) List emails sent to this recipient's email address |
256256
| statuses.{index} | One of: `unknown`, `new`, `sending`, `sent`, `failed`, `canceled` | (Optional) List emails with any of these statuses |
257257
| subject | | (Optional) List emails with this subject |

internal/namespaces/function/v1beta1/function_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func functionNamespaceGet() *core.Command {
262262
func functionNamespaceCreate() *core.Command {
263263
return &core.Command{
264264
Short: `Create a new namespace`,
265-
Long: `Create a new namespace in a specified Organization or Proejct.`,
265+
Long: `Create a new namespace in a specified Organization or Project.`,
266266
Namespace: "function",
267267
Resource: "namespace",
268268
Verb: "create",

internal/namespaces/tem/v1alpha1/tem_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ func temEmailList() *core.Command {
273273
},
274274
{
275275
Name: "mail-to",
276-
Short: `(Deprecated) List emails sent to this recipient's email address`,
276+
Short: `List emails sent to this recipient's email address`,
277277
Required: false,
278278
Deprecated: true,
279279
Positional: false,

0 commit comments

Comments
 (0)