Adjust command description

This commit is contained in:
Thomas Müller 2016-02-09 15:42:41 +01:00
parent 10b9bf15f4
commit 81d4042af4
1 changed files with 1 additions and 1 deletions

View File

@ -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,