Skip to content

Commit

Permalink
Merge pull request #11 from wp-cli/regen-readme
Browse files Browse the repository at this point in the history
Update package description and regenerate README
  • Loading branch information
schlessera authored Sep 29, 2017
2 parents d3d345d + b4c88f9 commit 27f8f93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wp-cli/checksum-command
=======================

Verify WordPress core checksums.
Verifies file integrity by comparing to published checksums.

[![Build Status](https://travis-ci.org/wp-cli/checksum-command.svg?branch=master)](https://travis-ci.org/wp-cli/checksum-command)

Expand All @@ -18,6 +18,11 @@ compares those checksums against the currently installed files.

For security, avoids loading WordPress when verifying checksums.

If you experience issues verifying from this command, ensure you are
passing the relevant `--locale` and `--version` arguments according to
the values from the `Dashboard->Updates` menu in the admin area of the
site.

**OPTIONS**

[--version=<version>]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-cli/checksum-command",
"description": "Verify WordPress core checksums.",
"description": "Verifies file integrity by comparing to published checksums.",
"type": "wp-cli-package",
"homepage": "https://github.com/wp-cli/checksum-command",
"support": {
Expand Down
2 changes: 1 addition & 1 deletion src/Checksum_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use \WP_CLI\Utils;

/**
* Verify WordPress core checksums.
* Verifies file integrity by comparing to published checksums.
*
* @package wp-cli
*/
Expand Down

0 comments on commit 27f8f93

Please sign in to comment.