OSDN Git Service

Support Subdomains
authorMitesh Shah <Mitesh.Shah@rtCamp.com>
Thu, 20 Jun 2013 09:35:30 +0000 (15:05 +0530)
committerMitesh Shah <Mitesh.Shah@rtCamp.com>
Thu, 20 Jun 2013 09:35:30 +0000 (15:05 +0530)
php/commands/core.php

index 6feb6bc..ea82af3 100644 (file)
@@ -158,7 +158,7 @@ class Core_Command extends WP_CLI_Command {
         * Transform a single-site install into a multi-site install.
         *
         * @subcommand install-network
-        * @synopsis --title=<network-title> [--base=<url-path>]
+        * @synopsis --title=<network-title> [--base=<url-path>] [--subdomains=<TRUE>]
         */
        public function install_network( $args, $assoc_args ) {
                if ( is_multisite() )