Skip to content

Commit 943fd52

Browse files
authored
Merge pull request #187 from sasagar/master
Replace 'install' to 'installation.'
2 parents bf540e2 + 9150dcf commit 943fd52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2114,9 +2114,9 @@ wp post create [--post_author=<post_author>] [--post_date=<post_date>] [--post_d
21142114
$ wp post create --post_title='A post' --post_content='Just a small post.' --meta_input='{"key1":"value1","key2":"value2"}
21152115
Success: Created post 1923.
21162116

2117-
# Create a duplicate post from existing posts.
2118-
$ wp post create --from-post=123 --post_title='Different Title'
2119-
Success: Created post 2350.
2117+
# Create a duplicate post from existing posts.
2118+
$ wp post create --from-post=123 --post_title='Different Title'
2119+
Success: Created post 2350.
21202120

21212121

21222122

@@ -3357,7 +3357,7 @@ wp site mature <id>...
33573357

33583358
### wp site option
33593359

3360-
Adds, updates, deletes, and lists site options in a multisite install.
3360+
Adds, updates, deletes, and lists site options in a multisite installation.
33613361

33623362
~~~
33633363
wp site option

src/Site_Option_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use WP_CLI\Utils;
55

66
/**
7-
* Adds, updates, deletes, and lists site options in a multisite install.
7+
* Adds, updates, deletes, and lists site options in a multisite installation.
88
*
99
* ## EXAMPLES
1010
*

0 commit comments

Comments
 (0)