summaryrefslogtreecommitdiffstats
path: root/core/Command/Db
diff options
context:
space:
mode:
authorSander Ruitenbeek <sander@grids.be>2016-07-30 15:39:32 +0200
committerSander Ruitenbeek <sander@grids.be>2016-07-30 15:39:32 +0200
commit3101f9e234486ba3e61b0e558ad2150ab65c1588 (patch)
tree3307195b594eadad006e276776079a5597014cf6 /core/Command/Db
parent3b386af295fdd5ea986edd4447637043f69b4c38 (diff)
downloadnextcloud-server-3101f9e234486ba3e61b0e558ad2150ab65c1588.tar.gz
nextcloud-server-3101f9e234486ba3e61b0e558ad2150ab65c1588.zip
Rebranded to Nextcloud for the occ command line tool
Diffstat (limited to 'core/Command/Db')
-rw-r--r--core/Command/Db/ConvertType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php
index 6e15f9afbc7..ccf5c0685cb 100644
--- a/core/Command/Db/ConvertType.php
+++ b/core/Command/Db/ConvertType.php
@@ -61,7 +61,7 @@ class ConvertType extends Command {
protected function configure() {
$this
->setName('db:convert-type')
- ->setDescription('Convert the ownCloud database to the newly configured one')
+ ->setDescription('Convert the Nextcloud database to the newly configured one')
->addArgument(
'type',
InputArgument::REQUIRED,