diff --git a/core/Command/Maintenance/Mode.php b/core/Command/Maintenance/Mode.php index 5e706d88ed8a8..853e843f57b78 100644 --- a/core/Command/Maintenance/Mode.php +++ b/core/Command/Maintenance/Mode.php @@ -24,7 +24,8 @@ public function __construct( protected function configure() { $this ->setName('maintenance:mode') - ->setDescription('set maintenance mode') + ->setDescription('Show or toggle maintenance mode status') + ->setHelp('Maintenance mode prevents new logins, locks existing sessions, and disables background jobs.') ->addOption( 'on', null,