Skip to content

Commit fbbf177

Browse files
authored
Merge pull request #824 from nextcloud/backport/821/stable30
[stable30] fix: add missing description to command
2 parents 424f203 + 6f791a3 commit fbbf177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Command/GetRecommendations.php

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function __construct(IUserManager $userManager,
3030

3131
protected function configure() {
3232
$this->setName('files:recommendations:recommend');
33+
$this->setDescription('Shows recommended files for an account');
3334
$this->addArgument(
3435
'uid',
3536
InputArgument::REQUIRED,

0 commit comments

Comments
 (0)