diff --git a/README.md b/README.md index e4cb753a..7a6a1962 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ site. Verifies plugin files against WordPress.org's checksums. ~~~ -wp plugin verify-checksums [...] [--all] [--strict] [--version=] [--format=] [--insecure] +wp plugin verify-checksums [...] [--all] [--strict] [--version=] [--format=] [--insecure] [--exclude=] ~~~ **OPTIONS** @@ -104,6 +104,9 @@ wp plugin verify-checksums [...] [--all] [--strict] [--version= [--insecure] Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack. + [--exclude=] + Comma separated list of plugin names that should be excluded from verifying. + **EXAMPLES** # Verify the checksums of all installed plugins