diff options
Diffstat (limited to 'apps/files/command/transferownership.php')
-rw-r--r-- | apps/files/command/transferownership.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/command/transferownership.php b/apps/files/command/transferownership.php index c248620d5c5..3674727b167 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('All files and folders are move to another user - shares are moved as well.') + ->setDescription('All files and folders are moved to another user - shares are moved as well.') ->addArgument( 'source-user', InputArgument::REQUIRED, |