Skip to content

Commit

Permalink
fix format description (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Mar 7, 2024
1 parent 3834ecb commit a39009c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CreateScreenshotCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']
);
Expand Down

0 comments on commit a39009c

Please sign in to comment.