diff --git a/core/command/upgrade.php b/core/command/upgrade.php
index c7210285868d47bcb3f572120b831eae555702cc..6d01288a404b4bedebc26f461e4ea0eedc6b8e80 100644
--- a/core/command/upgrade.php
+++ b/core/command/upgrade.php
@@ -58,7 +58,7 @@ class Upgrade extends Command {
 	protected function configure() {
 		$this
 			->setName('upgrade')
-			->setDescription('run upgrade routines')
+			->setDescription('run upgrade routines after installation of a new release. The release has to be installed before.')
 			->addOption(
 				'--skip-migration-test',
 				null,