From a39009c3e7a3c83a2142e6cebd439eb635dd78b0 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 7 Mar 2024 05:33:56 -0700 Subject: [PATCH] fix format description (#112) --- src/Command/CreateScreenshotCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] );