Skip to content

Commit 608d643

Browse files
authored
Merge pull request #47 from wp-cli/search_slash_example
Search slash example no longer needs escaping.
2 parents b659443 + 54a8342 commit 608d643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ public function prefix() {
792792
* ...
793793
*
794794
* # Search through the database for the 'https?://' regular expression, printing stats.
795-
* $ wp db search 'https?:\/\/' --regex --stats
795+
* $ wp db search 'https?://' --regex --stats
796796
* wp_comments:comment_author_url
797797
* 1:https://wordpress.org/
798798
* ...

0 commit comments

Comments
 (0)