Skip to content

Commit 9150dcf

Browse files
committed
regenerate README
1 parent 5000cd9 commit 9150dcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)