소스 검색

Update cli-porter-deploy.md

abelanger5 5 년 전
부모
커밋
dcdc4ef995
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/cli-porter-deploy.md

+ 1 - 1
docs/reference/cli-porter-deploy.md

@@ -33,7 +33,7 @@ porter deploy --app example-app
 
 If the application has a remote Git repository source configured, this command uses the latest commit from the remote repo and branch to deploy an application. It will use the latest commit as the image tag. 
 
-To build from a local directory, you must specify the --local flag. The path can be configured via the `--path` flag. You can also overwrite the tag using the `--tag` flag. For example, to build from the local directory `~/path-to-dir` with the tag `testing`:
+To build from a local directory, you must specify the `--local` flag. The path can be configured via the `--path` flag. You can also overwrite the tag using the `--tag` flag. For example, to build from the local directory `~/path-to-dir` with the tag `testing`:
 
 ```sh
 porter deploy --app remote-git-app --local --path ~/path-to-dir --tag testing