Skip to content

Commit 18699ff

Browse files
Update package description for greater clarity
1 parent 8952f45 commit 18699ff

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Used by Probot Settings: https://probot.github.io/apps/settings/
22
repository:
3-
description: Manage WP-Cron events and schedules.
3+
description: Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
44
labels:
55
- name: bug
66
color: fc2929

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
wp-cli/cron-command
22
===================
33

4-
Manage WP-Cron events and schedules.
4+
Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
55

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

@@ -13,7 +13,7 @@ This package implements the following commands:
1313

1414
### wp cron
1515

16-
Tests, runs, and deletes WP-Cron events and manages WP-Cron schedules.
16+
Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
1717

1818
~~~
1919
wp cron

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-cli/cron-command",
3-
"description": "Manage WP-Cron events and schedules.",
3+
"description": "Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.",
44
"type": "wp-cli-package",
55
"homepage": "https://github.com/wp-cli/cron-command",
66
"support": {

src/Cron_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Tests, runs, and deletes WP-Cron events and manages WP-Cron schedules.
4+
* Tests, runs, and deletes WP-Cron events; manages WP-Cron schedules.
55
*
66
* ## EXAMPLES
77
*

0 commit comments

Comments
 (0)