File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: 'wp help'
44display_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments