File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/cmd/beta/server/service-account/detach Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ stackit beta server service-account detach [flags]
1414
1515```
1616 Detach a service account with mail "xxx@sa.stackit.cloud" from a server "yyy"
17- $ stackit beta server service-account attach xxx@sa.stackit.cloud --server-id yyy
17+ $ stackit beta server service-account detach xxx@sa.stackit.cloud --server-id yyy
1818```
1919
2020### Options
Original file line number Diff line number Diff 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 "xxx@sa.stackit.cloud" from a server "yyy"` ,
43- "$ stackit beta server service-account attach xxx@sa.stackit.cloud --server-id yyy" ,
43+ "$ stackit beta server service-account detach xxx@sa.stackit.cloud --server-id yyy" ,
4444 ),
4545 ),
4646 RunE : func (cmd * cobra.Command , args []string ) error {
You can’t perform that action at this time.
0 commit comments