diff --git a/apps/files/command/transferownership.php b/apps/files/command/transferownership.php
index c248620d5c5a21cc4828e3f2321b0d21e394edf7..3674727b1672c60c90d4ba81f669db942d69f6f0 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,
diff --git a/core/command/integrity/checkapp.php b/core/command/integrity/checkapp.php
index 87b8eb47687d4aba8170106fdf4796960542b084..643af5285b43e485bf7c4b28a3129b607f2fd234 100644
--- a/core/command/integrity/checkapp.php
+++ b/core/command/integrity/checkapp.php
@@ -51,7 +51,7 @@ class CheckApp extends Base {
 		parent::configure();
 		$this
 			->setName('integrity:check-app')
-			->setDescription('Check an app integrity using a signature.')
+			->setDescription('Check integrity of an app using a signature.')
 			->addArgument('appid', null, InputArgument::REQUIRED, 'Application to check')
 			->addOption('path', null, InputOption::VALUE_OPTIONAL, 'Path to application. If none is given it will be guessed.');
 	}
diff --git a/core/command/integrity/checkcore.php b/core/command/integrity/checkcore.php
index ac29937e2ed6cd3eef5118b1c0f1cc5d147c8c8f..460a78e4da71e93fb927f4a5683c456acdb02757 100644
--- a/core/command/integrity/checkcore.php
+++ b/core/command/integrity/checkcore.php
@@ -49,7 +49,7 @@ class CheckCore extends Base {
 		parent::configure();
 		$this
 			->setName('integrity:check-core')
-			->setDescription('Check a core integrity using a signature.');
+			->setDescription('Check integrity of core code using a signature.');
 	}
 
 	/**
diff --git a/core/command/security/removecertificate.php b/core/command/security/removecertificate.php
index 14b427511acbfbd10ac498c2ddbb6af1d54c8c46..68e409aee1c5f1ec4dd8b2a0824cbf14a4486f6d 100644
--- a/core/command/security/removecertificate.php
+++ b/core/command/security/removecertificate.php
@@ -43,7 +43,7 @@ class RemoveCertificate extends Base {
 	protected function configure() {
 		$this
 			->setName('security:certificates:remove')
-			->setDescription('import trusted certificate')
+			->setDescription('remove trusted certificate')
 			->addArgument(
 				'name',
 				InputArgument::REQUIRED,