From 0c9eaede417cce10f76c1a32b42a3f108803b0cf Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 16 Mar 2016 16:14:25 -0700 Subject: Some typo corrections in occ command output --- apps/files/command/transferownership.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/command') 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, -- cgit v1.2.3