Skip to content

Commit a3cf85e

Browse files
Documentation cleanup
1 parent 71a83f8 commit a3cf85e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_includes/cmd-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</tr>
4141
<tr>
4242
<td><a href="/commands/help/">help</a></td>
43-
<td>Get help on WP-CLI, or on a specific. command.</td>
43+
<td>Get help on WP-CLI, or on a specific command.</td>
4444
</tr>
4545
<tr>
4646
<td><a href="/commands/import/">import</a></td>

commands/help/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'wp help'
44
display_global_parameters: true
55
---
66

7-
`wp help` - Get help on WP-CLI, or on a specific. command.
7+
`wp help` - Get help on WP-CLI, or on a specific command.
88

99
<small>Quick links: <a href="https://github.com/wp-cli/wp-cli/issues?q=is%3Aopen+label%3Acommand%3Ahelp+sort%3Aupdated-desc">Github issues</a></small>
1010

commands/search-replace/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ will take about 15-20x longer when using --regex.
8080

8181
wp search-replace 'foo' 'bar' wp_posts wp_postmeta wp_terms --dry-run
8282

83-
# Turn your production database into a local database
84-
wp search-replace --url=example.com example.com example.dev 'wp_*_options'
83+
# Turn your production multisite database into a local dev database
84+
wp search-replace --url=example.com example.com example.dev 'wp_*_options' wp_blogs
8585

8686
# Search/replace to a SQL file without transforming the database
8787
wp search-replace foo bar --export=database.sql

0 commit comments

Comments
 (0)