fix: Make `maintenance:mode` description more accurate + add help

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/49967/head
Josh 1 year ago committed by Andy Scherzinger
parent c54038cae6
commit 3f6cd154ef
  1. 3
      core/Command/Maintenance/Mode.php

@ -24,7 +24,8 @@ class Mode extends Command {
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,

Loading…
Cancel
Save