Skip to content

Commit 5f8498c

Browse files
drzrafCopilot
andauthored
Update src/Search_Replace_Command.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 001381a commit 5f8498c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Search_Replace_Command.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ class Search_Replace_Command extends WP_CLI_Command {
204204
* <row-col-spec> format: <table>[,table]:[column,...]:quoted-SQL-condition
205205
*
206206
* [--revisions]
207-
* : Default true.
208-
* If false, then identical to --where='posts::post_status="publish";postmeta::post_id IN (SELECT ID FROM {posts} WHERE post_status="publish")'
207+
* : Include revisions in the search/replace. Defaults to true; pass --no-revisions to exclude revisions (identical to --where='posts::post_status="publish";postmeta::post_id IN (SELECT ID FROM {posts} WHERE post_status="publish")').
209208
*
210209
* [--precise]
211210
* : Force the use of PHP (instead of SQL) which is more thorough,

0 commit comments

Comments
 (0)