summaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorCarla Schroder <carla@owncloud.com>2016-03-16 16:14:25 -0700
committerCarla Schroder <carla@owncloud.com>2016-03-16 16:14:25 -0700
commit0c9eaede417cce10f76c1a32b42a3f108803b0cf (patch)
tree5036b61751a0b036af4dd75f50ead84ee973bc8d /apps/files
parentf3f08cf9103ed6eb227ec7f40be2bdd1f25b8fa1 (diff)
downloadnextcloud-server-0c9eaede417cce10f76c1a32b42a3f108803b0cf.tar.gz
nextcloud-server-0c9eaede417cce10f76c1a32b42a3f108803b0cf.zip
Some typo corrections in occ command output
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/command/transferownership.php2
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,