Skip to content

Commit 9dd7f8f

Browse files
Update README
1 parent a8fe0c2 commit 9dd7f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ change primary key values.
134134
$ wp search-replace '\[foo id="([0-9]+)"' '[bar id="\1"' --regex --regex-flags='i'
135135

136136
# Turn your production multisite database into a local dev database
137-
$ wp search-replace --url=example.com example.com example.test 'wp_*options' wp_blogs
137+
$ wp search-replace --url=example.com example.com example.test 'wp_*options' wp_blogs wp_site --network
138138

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

0 commit comments

Comments
 (0)