OSDN Git Service

site create: fix description for --title= parameter
authorscribu <mail@scribu.net>
Mon, 6 Jan 2014 10:46:35 +0000 (12:46 +0200)
committerscribu <mail@scribu.net>
Mon, 6 Jan 2014 10:46:35 +0000 (12:46 +0200)
php/commands/site.php

index 14ef186..cbd5ef2 100644 (file)
@@ -191,7 +191,7 @@ class Site_Command extends \WP_CLI\CommandWithDBObject {
         * --slug=<slug>
         * : Path for the new site. Subdomain on subdomain installs, directory on subdirectory installs.
         *
-        * --title=<title&gt;
+        * --title=<title>
         * : Title of the new site. Default: prettified slug.
         *
         * --email=<email>
@@ -391,7 +391,7 @@ class Site_Command extends \WP_CLI\CommandWithDBObject {
 
        /**
         * Get site url
-        * 
+        *
         * ## OPTIONS
         *
         * <id>...