Skip to content

Commit

Permalink
Adjust command description
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Feb 9, 2016
1 parent 10b9bf1 commit 81d4042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/command/transferownership.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function __construct(IUserManager $userManager, IManager $shareManager) {
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,
Expand Down

0 comments on commit 81d4042

Please sign in to comment.