OSDN Git Service

Merge branch 'master' into force-install-476
authorDaniel Bachhuber <d@danielbachhuber.com>
Mon, 8 Jul 2013 09:49:41 +0000 (10:49 +0100)
committerDaniel Bachhuber <d@danielbachhuber.com>
Mon, 8 Jul 2013 09:49:41 +0000 (10:49 +0100)
Conflicts:
features/theme.feature
php/commands/plugin.php
php/commands/theme.php

1  2 
php/commands/plugin.php
php/commands/theme.php

@@@ -252,7 -242,7 +252,7 @@@ class Plugin_Command extends \WP_CLI\Co
        /**
         * Install a plugin.
         *
-        * @synopsis <plugin|zip> [--version=<version>] [--activate] [--yes]
 -       * @synopsis <plugin|zip|url> [--version=<version>] [--activate]
++       * @synopsis <plugin|zip|url> [--version=<version>] [--activate] [--yes]
         */
        function install( $args, $assoc_args ) {
                parent::install( $args, $assoc_args );
@@@ -159,7 -157,7 +159,7 @@@ class Theme_Command extends \WP_CLI\Com
        /**
         * Install a theme.
         *
-        * @synopsis <theme|zip> [--version=<version>] [--activate] [--yes]
 -       * @synopsis <theme|zip|url> [--version=<version>] [--activate]
++       * @synopsis <theme|zip|url> [--version=<version>] [--activate] [--yes]
         */
        function install( $args, $assoc_args ) {
                parent::install( $args, $assoc_args );