diff --git a/src/Command/CreateScreenshotCommand.php b/src/Command/CreateScreenshotCommand.php index e009a86..4286da7 100644 --- a/src/Command/CreateScreenshotCommand.php +++ b/src/Command/CreateScreenshotCommand.php @@ -73,7 +73,7 @@ protected function configure(): void 'format', 'f', InputOption::VALUE_OPTIONAL, - 'The format of the icons', + 'The format of the screenshots', null, ['png', 'jpg', 'webp'] );