OSDN Git Service

Fix post type argument in comments
authorTaylor Lovett <admin@taylorlovett.com>
Mon, 22 Apr 2013 13:59:42 +0000 (13:59 +0000)
committerTaylor Lovett <admin@taylorlovett.com>
Mon, 22 Apr 2013 13:59:42 +0000 (13:59 +0000)
php/commands/core.php

index 2ce4160..0d1721e 100644 (file)
@@ -64,7 +64,7 @@ class Core_Command extends WP_CLI_Command {
        /**
         * Empty a blog
         *
-        * @synopsis [--post_type] [--empty_terms] [--empty_comments]
+        * @synopsis [--post_type=<post-type>] [--empty_terms] [--empty_comments]
         */
        public function empty_blog( $args, $assoc_args ) {