We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e559ecf commit cb0cbf3Copy full SHA for cb0cbf3
src/Search_Replace_Command.php
@@ -109,7 +109,7 @@ class Search_Replace_Command extends WP_CLI_Command {
109
* : The delimiter to use for the regex. It must be escaped if it appears in the search string. The default value is the result of `chr(1)`.
110
*
111
* [--regex-limit=<regex-limit>]
112
- * : The maximum possible replacements for each pattern in each subject string. Defaults to `-1` (no limit).
+ * : The maximum possible replacements for the regex in each unserialized data bit per row. Defaults to `-1` (no limit).
113
114
* [--format=<format>]
115
* : Render output in a particular format.
0 commit comments