Browse Source

Adjust command description

remotes/origin/users-ajaxloadgroups
Thomas Müller 10 years ago
parent
commit
81d4042af4
  1. 2
      apps/files/command/transferownership.php

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

Loading…
Cancel
Save