From 922dc11d72e5fb781a5b296915372aed782282d7 Mon Sep 17 00:00:00 2001 From: Darshan Sawardekar Date: Tue, 6 Sep 2022 12:31:42 +0530 Subject: [PATCH] Updates Migration Command helptext to fix #77 --- includes/ConvertToBlocks/MigrationCommand.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 */