Skip to content

Commit 2641e9c

Browse files
authored
Merge pull request #821 from nextcloud/fix/command-description
2 parents cf4e569 + a0beed5 commit 2641e9c

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)