Skip to content

Commit

Permalink
Regenerate README file - 2023-06-08 (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Alain Schlesser <[email protected]>
  • Loading branch information
github-actions[bot] and schlessera authored Jun 8, 2023
1 parent 6d2be27 commit b22bbf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ site.
Verifies plugin files against WordPress.org's checksums.

~~~
wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>] [--format=<format>] [--insecure]
wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>] [--format=<format>] [--insecure] [--exclude=<name>]
~~~

**OPTIONS**
Expand Down Expand Up @@ -104,6 +104,9 @@ wp plugin verify-checksums [<plugin>...] [--all] [--strict] [--version=<version>
[--insecure]
Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.

[--exclude=<name>]
Comma separated list of plugin names that should be excluded from verifying.

**EXAMPLES**

# Verify the checksums of all installed plugins
Expand Down

0 comments on commit b22bbf0

Please sign in to comment.