소스 검색

Clarify --no-check-publish in docs

Nils Adermann 9 년 전
부모
커밋
39e6f51bef
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      doc/03-cli.md

+ 2 - 1
doc/03-cli.md

@@ -341,7 +341,8 @@ php composer.phar validate
 ### Options
 
 * **--no-check-all:** Do not emit a warning if requirements in `composer.json` use unbound version constraints.
-* **--no-check-publish:** Do not emit an error and exit with non-zero if `composer.json` is unsuitable for publishing as a package on Packagist.
+* **--no-check-publish:** Do not emit an error if `composer.json` is unsuitable for publishing as a package on Packagist but is otherwise valid.
+
 
 ## status