From 81d4042af458d138ced6132ec955beca15dd6c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 9 Feb 2016 15:42:41 +0100 Subject: [PATCH] Adjust command description --- apps/files/command/transferownership.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/command/transferownership.php b/apps/files/command/transferownership.php index a8d1f4e0346..4cc2f34c3a3 100644 --- a/apps/files/command/transferownership.php +++ b/apps/files/command/transferownership.php @@ -69,7 +69,7 @@ class TransferOwnership extends Command { protected function configure() { $this ->setName('files:transfer-ownership') - ->setDescription('move file and folder from one user to another') + ->setDescription('All files and folders are move to another user - shares are moved as well.') ->addArgument( 'source-user', InputArgument::REQUIRED,