From 6f558a004f667f5e2c45d6973b84f842bdad11d8 Mon Sep 17 00:00:00 2001 From: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:20:15 +0100 Subject: [PATCH] fix typo in import command longdesc --- src/Media_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Media_Command.php b/src/Media_Command.php index 80f405c8..582ebd55 100644 --- a/src/Media_Command.php +++ b/src/Media_Command.php @@ -206,7 +206,7 @@ public function regenerate( $args, $assoc_args = array() ) { * Remote files will always use the current time. * * [--featured_image] - * : If set, set the imported image as the Featured Image of the post its attached to. + * : If set, set the imported image as the Featured Image of the post it is attached to. * * [--porcelain] * : Output just the new attachment ID.