From cd4c2eff2ca917840fc992fe517b1aa718558c65 Mon Sep 17 00:00:00 2001 From: Toshiya Kawasaki Date: Thu, 17 Jun 2021 15:38:23 +0900 Subject: [PATCH] docs: fix wrong argument name for svc init command example --- site/content/docs/commands/svc-init.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?