diff --git a/site/content/docs/commands/svc-init.en.md b/site/content/docs/commands/svc-init.en.md index 952596f9603..52bdcb8cd43 100644 --- a/site/content/docs/commands/svc-init.en.md +++ b/site/content/docs/commands/svc-init.en.md @@ -26,9 +26,9 @@ Flags "Request-Driven Web Service", "Load Balanced Web Service", "Backend Service". ``` -To create a "frontend" load balanced web service you could run: +To create a "frontend" load balanced web service you could run: -`$ copilot svc init --name frontend --app-type "Load Balanced Web Service" --dockerfile ./frontend/Dockerfile` +`$ copilot svc init --name frontend --svc-type "Load Balanced Web Service" --dockerfile ./frontend/Dockerfile` ## What does it look like?