OSDN Git Service

manually wrap long line in search-replace description
authorscribu <mail@scribu.net>
Sat, 11 Jan 2014 08:03:00 +0000 (10:03 +0200)
committerscribu <mail@scribu.net>
Sat, 11 Jan 2014 08:03:00 +0000 (10:03 +0200)
php/commands/search-replace.php

index b8d219d..81980e1 100644 (file)
@@ -12,7 +12,8 @@ class Search_Replace_Command extends WP_CLI_Command {
         *
         * ## DESCRIPTION
         *
-        * This command will go through all rows in all tables and will replace all appearances of the old string with the new one.
+        * This command will go through all rows in all tables and will replace all
+        * appearances of the old string with the new one.
         *
         * It will correctly handle serialized values, and will not change primary key values.
         *