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

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2024-12-23 18:12:23 -05:00 committed by Andy Scherzinger
parent c54038cae6
commit 3f6cd154ef

View file

@ -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,