Skip to content

Commit

Permalink
fix: Make maintenance:mode description more accurate + add help
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <[email protected]>
  • Loading branch information
joshtrichards authored and AndyScherzinger committed Jan 1, 2025
1 parent c54038c commit 3f6cd15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/Command/Maintenance/Mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3f6cd15

Please sign in to comment.