diff --git a/src/containerapp/azext_containerapp/_help.py b/src/containerapp/azext_containerapp/_help.py index 33f196f133e..f4d7713ce93 100644 --- a/src/containerapp/azext_containerapp/_help.py +++ b/src/containerapp/azext_containerapp/_help.py @@ -90,7 +90,7 @@ --registry-password mypassword - name: Update a Containerapp using a specified startup command and arguments text: | - az containerapp create -n MyContainerapp -g MyResourceGroup \\ + az containerapp update -n MyContainerapp -g MyResourceGroup \\ --image MyContainerImage \\ --command "/bin/sh" --args "-c", "while true; do echo hello; sleep 10;done"