From 7bfb5c999a0e9cd3cc2bca5d1f30ef42a124df71 Mon Sep 17 00:00:00 2001 From: Cornelius Wachinger Date: Mon, 28 Aug 2017 16:54:49 +0200 Subject: [PATCH] more comprehensible description for files:scan --- apps/files/lib/Command/Scan.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php index 34de2bb9a9c2..5693817d3fe4 100644 --- a/apps/files/lib/Command/Scan.php +++ b/apps/files/lib/Command/Scan.php @@ -61,7 +61,7 @@ protected function configure() { $this ->setName('files:scan') - ->setDescription('rescan filesystem') + ->setDescription('Scans the filesystem for changes and updates the file cache accordingly.') ->addArgument( 'user_id', InputArgument::OPTIONAL | InputArgument::IS_ARRAY,