diff --git a/lib/Command/GetRecommendations.php b/lib/Command/GetRecommendations.php index 66fbfdb9..89079b35 100644 --- a/lib/Command/GetRecommendations.php +++ b/lib/Command/GetRecommendations.php @@ -46,6 +46,7 @@ public function __construct(IUserManager $userManager, protected function configure() { $this->setName('files:recommendations:recommend'); + $this->setDescription('Shows recommended files for an account'); $this->addArgument( 'uid', InputArgument::REQUIRED,