Skip to content

Commit cb0cbf3

Browse files
author
alpipego
committed
change option description as per comment
1 parent e559ecf commit cb0cbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Search_Replace_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class Search_Replace_Command extends WP_CLI_Command {
109109
* : 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)`.
110110
*
111111
* [--regex-limit=<regex-limit>]
112-
* : The maximum possible replacements for each pattern in each subject string. Defaults to `-1` (no limit).
112+
* : The maximum possible replacements for the regex in each unserialized data bit per row. Defaults to `-1` (no limit).
113113
*
114114
* [--format=<format>]
115115
* : Render output in a particular format.

0 commit comments

Comments
 (0)