Skip to content

Commit

Permalink
Merge pull request #491 from monsieurhannes/patch-1
Browse files Browse the repository at this point in the history
Changing the description of the occ command.
  • Loading branch information
st3iny authored Aug 1, 2024
2 parents c1b9f02 + a0c1053 commit 6d020ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Command/Generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function __construct(IRootFolder $rootFolder,
protected function configure(): void {
$this
->setName('preview:generate-all')
->setDescription('Generate previews')
->setDescription('Generate previews for all images')
->addArgument(
'user_id',
InputArgument::OPTIONAL | InputArgument::IS_ARRAY,
Expand Down
2 changes: 1 addition & 1 deletion lib/Command/PreGenerate.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function __construct(string $appName,
protected function configure(): void {
$this
->setName('preview:pre-generate')
->setDescription('Pre generate previews');
->setDescription('Pre generate only images that have been added or changed since the last regular run');
}

protected function execute(InputInterface $input, OutputInterface $output): int {
Expand Down

0 comments on commit 6d020ff

Please sign in to comment.