From 39e6f51bef3a4b148d9f35a0ae7a082e9aed97f4 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Thu, 9 Jul 2015 13:04:41 +0200 Subject: [PATCH] Clarify --no-check-publish in docs --- doc/03-cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 4ea1d1907..efa21e692 100644 --- a/doc/03-cli.md +++ b/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