Skip to content

Commit 52ffe9c

Browse files
committed
Fix: Typo in server service-account detach example
1 parent 46a70fd commit 52ffe9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/stackit_beta_server_service-account_detach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stackit beta server service-account detach [flags]
1414

1515
```
1616
Detach a service account with mail "[email protected]" from a server "yyy"
17-
$ stackit beta server service-account attach [email protected] --server-id yyy
17+
$ stackit beta server service-account detach [email protected] --server-id yyy
1818
```
1919

2020
### Options

internal/cmd/beta/server/service-account/detach/detach.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
4040
Example: examples.Build(
4141
examples.NewExample(
4242
`Detach a service account with mail "[email protected]" from a server "yyy"`,
43-
"$ stackit beta server service-account attach [email protected] --server-id yyy",
43+
"$ stackit beta server service-account detach [email protected] --server-id yyy",
4444
),
4545
),
4646
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)