diff --git a/lib/Command/GetRecommendations.php b/lib/Command/GetRecommendations.php index b40f4541..2ab7523e 100644 --- a/lib/Command/GetRecommendations.php +++ b/lib/Command/GetRecommendations.php @@ -30,6 +30,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,