Skip to content

Commit 739e498

Browse files
authored
chore(doc): fix outdated svc-delete doc (#5825)
Update the example command to use the correct flag By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
1 parent 1e0475c commit 739e498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/docs/commands/svc-delete.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ copilot svc delete [flags]
1717
```
1818

1919
## Examples
20-
Force delete the application with environments "test" and "prod".
20+
Force delete a service from environment "test".
2121
```console
22-
$ copilot svc delete --name test --yes
23-
```
22+
$ copilot svc delete --env test --yes
23+
```

0 commit comments

Comments
 (0)