diff --git a/includes/ConvertToBlocks/MigrationCommand.php b/includes/ConvertToBlocks/MigrationCommand.php index b7325b5..2e0988e 100644 --- a/includes/ConvertToBlocks/MigrationCommand.php +++ b/includes/ConvertToBlocks/MigrationCommand.php @@ -17,15 +17,12 @@ class MigrationCommand extends \WP_CLI_Command { * * ## OPTIONS * - * [] + * [--post_type=] * : Optional comma delimited list of post types to migrate. Defaults to post,page * - * [] + * [--only=] * : Optional comma delimited list of post ids to migrate. * - * @synopsis [--post_type=] - * @synopsis [--only=] - * * @param array $args The command args * @param array $opts The command opts */