Adjust command description
This commit is contained in:
parent
10b9bf15f4
commit
81d4042af4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue