Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-17 22:50:41 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-17 22:50:41 +0300
commit9e5c5c804b56bc43d8d7788ab8adb6ce304ebdf0 (patch)
tree89f8b9b54fadb35de19352683730a9d3072eb8c3 /apps
parent7d80b20368c1ec6a48f6da7da2ed5638b9e8b624 (diff)
parente7152f495c4c48c4f03cc4a8152530999b44c331 (diff)
Merge pull request #23358 from owncloud/stable9-backport-occ-typos
Some typo corrections in occ command output
Diffstat (limited to 'apps')
-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,